File tree 1 file changed +25
-12
lines changed
1 file changed +25
-12
lines changed Original file line number Diff line number Diff line change
1
+ version : " 2"
1
2
run :
2
- timeout : 10m
3
-
4
3
build-tags :
5
4
- e2e
6
5
- probe
7
6
- preupgrade
8
7
- postupgrade
9
8
- postdowngrade
10
-
11
9
linters :
12
10
enable :
13
11
- asciicheck
@@ -17,12 +15,27 @@ linters:
17
15
- unparam
18
16
disable :
19
17
- errcheck
20
-
21
- issues :
22
- exclude-dirs :
23
- - pkg/client # Excludes generated client
24
- exclude-rules :
25
- - path : test # Excludes /test, *_test.go etc.
26
- linters :
27
- - gosec
28
- - unparam
18
+ exclusions :
19
+ generated : lax
20
+ presets :
21
+ - comments
22
+ - common-false-positives
23
+ - legacy
24
+ - std-error-handling
25
+ rules :
26
+ - linters :
27
+ - gosec
28
+ - unparam
29
+ path : test
30
+ paths :
31
+ - pkg/client
32
+ - third_party$
33
+ - builtin$
34
+ - examples$
35
+ formatters :
36
+ exclusions :
37
+ generated : lax
38
+ paths :
39
+ - third_party$
40
+ - builtin$
41
+ - examples$
You can’t perform that action at this time.
0 commit comments