refactor(olm): remove OLM v0 support #140
Annotations
10 errors and 1 warning
golangci-lint:
pkg/kerberos/kadmin.go#L131
Error return value of `os.Remove` is not checked (errcheck)
|
golangci-lint:
internal/controller/secretcsi/constant.go#L6
`secerts` is a misspelling of `secrets` (misspell)
|
golangci-lint:
pkg/pod_info/pod_info.go#L129
Consider pre-allocating `addresses` (prealloc)
|
golangci-lint:
pkg/pod_info/pod_info.go#L240
Consider pre-allocating `listenerNames` (prealloc)
|
golangci-lint:
internal/csi/backend/ca/ca.go#L345
Consider pre-allocating `rawValues` (prealloc)
|
golangci-lint:
internal/csi/backend/ca/ca_manager.go#L166
Consider pre-allocating `cas` (prealloc)
|
golangci-lint:
internal/csi/backend/ca/ca_manager.go#L327
Consider pre-allocating `trustAnchors` (prealloc)
|
golangci-lint:
internal/csi/controller.go#L208
Consider pre-allocating `entries` (prealloc)
|
golangci-lint:
internal/csi/node.go#L309
Consider pre-allocating `capabilities` (prealloc)
|
golangci-lint:
internal/controller/secretcsi/suite_test.go#L110
comment-spacings: no space between comment delimiter and comment text (revive)
|
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