Skip to content

Commit b6da539

Browse files
fix linter config (#831)
Co-authored-by: Dave Protasowski <[email protected]>
1 parent 523ecde commit b6da539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yaml

+2-2
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

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

0 commit comments

Comments
 (0)