diff --git a/.golangci.yml b/.golangci.yml index 7b0ea44f6..d72c3909b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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: