zegl / kube-score

Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
https://kube-score.com
MIT License
2.72k stars 174 forks source link

Enable more linters #440

Closed zegl closed 2 years ago

zegl commented 2 years ago

kube-score is linted with golangci-lint, but some of the linters have been disabled.

  1. Update .golangci.yml to enable more linters
  2. Run golangci-lint run to find the issues that the new linters find.
  3. Fix the issues until none are left.
  4. Send a PR! 😍
atombrella commented 2 years ago

@zegl Could you close this issue, please?

zegl commented 2 years ago

@atombrella Yes! Thanks for working on this :-)