mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Disable abandoned/archived linters
This reduces the warnings printed when running `make lint`
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user