File tree Expand file tree Collapse file tree 1 file changed +26
-13
lines changed Expand file tree Collapse file tree 1 file changed +26
-13
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
- skip-dirs :
12
- - pkg/client
13
-
14
9
linters :
15
10
enable :
16
11
- asciicheck
@@ -20,10 +15,28 @@ linters:
20
15
- unparam
21
16
disable :
22
17
- errcheck
23
-
24
- issues :
25
- exclude-rules :
26
- - path : test # Excludes /test, *_test.go etc.
27
- linters :
28
- - gosec
29
- - 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
+ - third_party$
32
+ - builtin$
33
+ - examples$
34
+ - pkg/client
35
+ formatters :
36
+ exclusions :
37
+ generated : lax
38
+ paths :
39
+ - third_party$
40
+ - builtin$
41
+ - examples$
42
+ - pkg/client
You can’t perform that action at this time.
0 commit comments