debug-2 #14
Annotations
10 errors and 1 warning
lint:
authenticator/main.go#L186
Error return value of `io.WriteString` is not checked (errcheck)
|
lint:
authenticator/main.go#L191
Error return value of `io.WriteString` is not checked (errcheck)
|
lint:
authenticator/main.go#L219
Error return value of `writer.Write` is not checked (errcheck)
|
lint:
authenticator/main.go#L238
Error return value of `server.ListenAndServeTLS` is not checked (errcheck)
|
lint:
authenticator/main.go#L240
Error return value of `server.ListenAndServe` is not checked (errcheck)
|
lint:
authenticator/main.go#L135
func `runWeb` is unused (unused)
|
lint:
authenticator/main.go#L247
type `userNamePassword` is unused (unused)
|
lint:
authenticator/main.go#L220
S1023: redundant `return` statement (gosimple)
|
lint:
authenticator/middleware/userLogin.go#L60
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
lint:
authenticator/oidc/oidc.go#L359
ineffectual assignment to scopes (ineffassign)
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/devtron-services/devtron-services. Supported file pattern: go.sum
|