Disable abandoned/archived linters

This reduces the warnings printed when running `make lint`
This commit is contained in:
Karl Isenberg
2024-03-20 13:04:35 -07:00
parent a6ea3e2bb6
commit 434a55a244

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: