We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1593b82 commit 78435c6Copy full SHA for 78435c6
.golangci.yml
@@ -25,11 +25,11 @@ run:
25
go-version: "1.17"
26
test: false
27
# Exclude third-party packages and go.mod from the lint checks
28
- exclude: |
29
- '(^vendor/.*|.*_test\.go|go\.mod|.*validatingwebhookconfiguration\.go|.*mutatingwebhookconfiguration\.go)'
30
- skip-files:
31
- - '^.*validatingwebhookconfiguration\.go$'
32
- - controllers/suite_test.go
+ # exclude: |
+ # '(^vendor/.*|.*_test\.go|go\.mod|.*validatingwebhookconfiguration\.go|.*mutatingwebhookconfiguration\.go)'
+ # skip-files:
+ # - '^.*validatingwebhookconfiguration\.go$'
+ # - controllers/suite_test.go
33
skip-dirs:
34
- k8s.io/client-go
35
- github.com/banzaicloud/k8s-objectmatcher
0 commit comments