GitHub action debugging #95
Annotations
11 errors and 1 warning
|
tests/unit/session/session_test.go#L79
Error return value of `w.Write` is not checked (errcheck)
|
internal/services/session/session.go#L109
ifElseChain: rewrite if-else to switch statement (gocritic)
|
config_test.go#L127
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
internal/services/user/user.go#L4
File is not `goimports`-ed (goimports)
|
tests/unit/session/session_test.go#L82
G112: Potential Slowloris Attack because ReadHeaderTimeout is not configured in the http.Server (gosec)
|
internal/services/identifier/identifier.go#L109
line is 203 characters (lll)
|
internal/services/identifier/identifier.go#L127
line is 205 characters (lll)
|
tests/unit/session/session_test.go#L166
line is 330 characters (lll)
|
config_test.go#L105
line is 220 characters (lll)
|
config_test.go#L110
line is 260 characters (lll)
|
config.go#L38
var-naming: func parameter frontendApi should be frontendAPI (revive)
|
This job was cancelled
Loading