diff --git a/.golangci-kustomize.yml b/.golangci-kustomize.yml index 003110429..eee1c335c 100644 --- a/.golangci-kustomize.yml +++ b/.golangci-kustomize.yml @@ -17,15 +17,14 @@ linters: - gocyclo - gofmt - goimports - - golint - gosec - gosimple - govet - ineffassign - - interfacer - lll - misspell - nakedret + - revive # - scopelint - staticcheck - structcheck diff --git a/cmd/config/.golangci.yml b/cmd/config/.golangci.yml index fc4b84297..5eb0673fc 100644 --- a/cmd/config/.golangci.yml +++ b/cmd/config/.golangci.yml @@ -22,15 +22,14 @@ linters: # - gocyclo - gofmt - goimports -# - golint # - gosec - gosimple - govet - ineffassign - - interfacer # - lll - misspell - nakedret + - revive # - scopelint - staticcheck - structcheck diff --git a/kyaml/.golangci.yml b/kyaml/.golangci.yml index cd3cee6d4..280e44b3c 100644 --- a/kyaml/.golangci.yml +++ b/kyaml/.golangci.yml @@ -23,15 +23,14 @@ linters: - gocyclo - gofmt - goimports - - golint # - gosec - gosimple - govet - ineffassign - - interfacer - lll - misspell - nakedret + - revive - scopelint - staticcheck - structcheck