File tree 1 file changed +26
-13
lines changed
1 file changed +26
-13
lines changed Original file line number Diff line number Diff line change
1
+ version : " 2"
1
2
run :
2
3
concurrency : 4
3
- timeout : 20m
4
- tests : false
5
- # This gives us the ability to efficiently skip whole files by using "//go:build !codeanalysis" at the top of a file.
6
4
build-tags :
7
5
- codeanalysis
8
-
6
+ tests : false
9
7
linters :
10
8
enable :
11
9
- revive
12
-
13
- linters-settings :
14
- revive :
15
- rules :
16
- - name : unused-parameter
17
- disabled : true # forces all unused to be "_" which leads to confusion
18
-
10
+ settings :
11
+ revive :
12
+ rules :
13
+ - name : unused-parameter
14
+ disabled : true
15
+ exclusions :
16
+ generated : lax
17
+ presets :
18
+ - comments
19
+ - common-false-positives
20
+ - legacy
21
+ - std-error-handling
22
+ paths :
23
+ - third_party$
24
+ - builtin$
25
+ - examples$
19
26
issues :
20
27
max-issues-per-linter : 0
21
28
max-same-issues : 0
22
-
23
29
severity :
24
- default-severity : critical
30
+ default : critical
31
+ formatters :
32
+ exclusions :
33
+ generated : lax
34
+ paths :
35
+ - third_party$
36
+ - builtin$
37
+ - examples$
You can’t perform that action at this time.
0 commit comments