mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
Merge pull request #5620 from karlkfi/karl-fix-lint
Disable abandoned/archived linters
This commit is contained in:
@@ -35,6 +35,10 @@ linters:
|
|||||||
- maintidx
|
- maintidx
|
||||||
- nosnakecase
|
- nosnakecase
|
||||||
- testpackage # it's better to keep tests in the same package for now because kustomize does open box testing
|
- 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:
|
linters-settings:
|
||||||
dupl:
|
dupl:
|
||||||
|
|||||||
Reference in New Issue
Block a user