Merge pull request #5620 from karlkfi/karl-fix-lint

Disable abandoned/archived linters
This commit is contained in:
Kubernetes Prow Robot
2024-03-21 01:39:22 -07:00
committed by GitHub

View File

@@ -35,6 +35,10 @@ linters:
- maintidx
- nosnakecase
- testpackage # it's better to keep tests in the same package for now because kustomize does open box testing
- structcheck # abandoned by author
- varcheck # abandoned by author
- maligned # abandoned by author
- interfacer # archived by author
linters-settings:
dupl: