golang-lint skips dir pkg/client (#5038)

goling skips dir pkg/client
This commit is contained in:
andrew_li
2022-07-07 10:58:35 +08:00
committed by GitHub
parent 09ecea52e7
commit 641c73c010
2 changed files with 5 additions and 0 deletions

View File

@@ -64,4 +64,5 @@ golangci-lint run \
-E staticcheck \
-E gosimple \
-E bodyclose \
--skip-dirs pkg/client \
pkg/... cmd/... tools/... test/... kube/...