diff --git a/.golangci.yaml b/.golangci.yaml index 6aaf8b68f84..4a2883cb4cf 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -8,9 +8,6 @@ run: - postupgrade - postdowngrade - skip-dirs: - - pkg/client - linters: enable: - asciicheck @@ -22,6 +19,8 @@ linters: - errcheck issues: + exclude-dirs: + - pkg/client exclude-rules: - path: test # Excludes /test, *_test.go etc. linters: