stackrox / kube-linter

KubeLinter is a static analysis tool that checks Kubernetes YAML files and Helm charts to ensure the applications represented in them adhere to best practices.
https://docs.kubelinter.io/
Apache License 2.0
2.88k stars 231 forks source link

chore: remove deprecated configs in golang-ci lint #812

Closed dhaus67 closed 1 month ago

dhaus67 commented 1 month ago

Remove the deprecated configs:

WARN [config_reader] The configuration option `linters.staticcheck.go` is deprecated, please use global `run.go`.
WARN [config_reader] The configuration option `linters.gosimple.go` is deprecated, please use global `run.go`.
WARN [config_reader] The configuration option `linters.stylecheck.go` is deprecated, please use global `run.go`.