chore(deps): update golangci/golangci-lint-action action to v9 #6350
Annotations
10 errors
|
golangci-lint:
internal/storer/storer.go#L90
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"destination argument must be an empty pointer\")" (err113)
|
|
golangci-lint:
internal/discovery/namespace_filter.go#L131
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"invalid channel\")" (err113)
|
|
golangci-lint:
internal/discovery/endpoints_discoverer_timeout_test.go#L34
do not define dynamic errors, use wrapped static errors instead: "errors.New(\"inner error\")" (err113)
|
|
golangci-lint:
internal/discovery/endpoints_discoverer.go#L42
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"client must be configured\")" (err113)
|
|
golangci-lint:
internal/config/config.go#L267
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"parsing expression invalid value: %v, type: %T\", val, val)" (err113)
|
|
golangci-lint:
src/metric/definition.go#L1524
calculated cyclomatic complexity for function convertValue is 11, max is 10 (cyclop)
|
|
golangci-lint:
src/kubelet/metric/metric.go#L298
calculated cyclomatic complexity for function FromRawGroupsEntityTypeGenerator is 11, max is 10 (cyclop)
|
|
golangci-lint:
src/controlplane/client/authenticator/authenticator_test.go#L63
response body must be closed (bodyclose)
|
|
golangci-lint:
src/controlplane/client/authenticator/authenticator_test.go#L38
response body must be closed (bodyclose)
|
|
golangci-lint:
src/controlplane/client/authenticator/authenticator_mtls_test.go#L137
response body must be closed (bodyclose)
|
Loading