refactor(olm): remove OLM v0 support #108
Annotations
10 errors and 1 warning
golangci-lint:
pkg/util/suite_test.go#L56
Error return value of `os.Setenv` is not checked (errcheck)
|
golangci-lint:
pkg/config/type.go#L18
comment-spacings: no space between comment delimiter and comment text (revive)
|
golangci-lint:
pkg/config/type.go#L20
comment-spacings: no space between comment delimiter and comment text (revive)
|
golangci-lint:
pkg/util/property.go#L11
comment-spacings: no space between comment delimiter and comment text (revive)
|
golangci-lint:
internal/security/authentication.go#L217
unnecessary conversion (unconvert)
|
golangci-lint:
internal/common/configmap.go#L197
unnecessary conversion (unconvert)
|
golangci-lint:
pkg/util/database_test.go#L29
ginkgo-linter: wrong error assertion. Consider using `Expect(err).ToNot(HaveOccurred())` instead (ginkgolinter)
|
golangci-lint:
pkg/util/database_test.go#L50
ginkgo-linter: wrong error assertion. Consider using `Expect(err).To(HaveOccurred())` instead (ginkgolinter)
|
golangci-lint:
internal/security/authentication.go#L72
naked return in func `Authentication` with 49 lines of code (nakedret)
|
golangci-lint:
internal/security/authentication.go#L83
naked return in func `Authentication` with 49 lines of code (nakedret)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading