lint #104
Annotations
8 errors
|
lint
issues found
|
|
lint:
pkg/keycloak/admin.go#L33
ST1005: error strings should not be capitalized (staticcheck)
|
|
lint:
pkg/k8s/client.go#L31
ST1005: error strings should not be capitalized (staticcheck)
|
|
lint:
pkg/k8s/client.go#L16
ST1005: error strings should not be capitalized (staticcheck)
|
|
lint:
pkg/helm/release.go#L33
S1011: should replace loop with args = append(args, releases...) (staticcheck)
|
|
lint:
pkg/cmd/cleanupdeployment.go#L147
ST1005: error strings should not end with punctuation or newlines (staticcheck)
|
|
lint:
pkg/keycloak/admin.go#L82
ineffectual assignment to err (ineffassign)
|
|
lint:
pkg/renkuapi/auth.go#L373
Error return value of `resp.Body.Close` is not checked (errcheck)
|