Skip to content

Commit 78435c6

Browse files
committed
fix : Linter Setting
Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
1 parent 1593b82 commit 78435c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.golangci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ run:
2525
go-version: "1.17"
2626
test: false
2727
# 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
28+
# exclude: |
29+
# '(^vendor/.*|.*_test\.go|go\.mod|.*validatingwebhookconfiguration\.go|.*mutatingwebhookconfiguration\.go)'
30+
# skip-files:
31+
# - '^.*validatingwebhookconfiguration\.go$'
32+
# - controllers/suite_test.go
3333
skip-dirs:
3434
- k8s.io/client-go
3535
- github.com/banzaicloud/k8s-objectmatcher

0 commit comments

Comments
 (0)