Skip to content

Commit 31b8e2a

Browse files
committed
fix golangci lint
1 parent adee882 commit 31b8e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
run:
22
timeout: 10m
33
allow-parallel-runners: true
4-
exclude-dirs:
5-
- pkg/client
64
build-tags:
75
- e2e
86

@@ -18,6 +16,8 @@ issues:
1816
uniq-by-line: true
1917
max-issues-per-linter: 0
2018
max-same-issues: 0
19+
exclude-dirs:
20+
- pkg/client
2121
exclude-rules:
2222
- path: test # Excludes /test, *_test.go etc.
2323
linters:

0 commit comments

Comments
 (0)