File tree Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Expand file tree Collapse file tree 1 file changed +22
-14
lines changed Original file line number Diff line number Diff line change
1
+ version : " 2"
1
2
run :
2
3
tests : false
3
-
4
- issues :
5
- include :
6
- - EXC0001
7
- - EXC0005
8
- - EXC0011
9
- - EXC0012
10
- - EXC0013
11
-
12
- max-issues-per-linter : 0
13
- max-same-issues : 0
14
-
15
4
linters :
16
5
enable :
17
6
- bodyclose
18
7
- exhaustive
19
8
- goconst
20
9
- godot
21
10
- godox
22
- - gofumpt
23
- - goimports
24
11
- gomoddirectives
25
12
- goprintffuncname
26
13
- gosec
@@ -39,3 +26,24 @@ linters:
39
26
- unparam
40
27
- whitespace
41
28
- wrapcheck
29
+ exclusions :
30
+ generated : lax
31
+ presets :
32
+ - common-false-positives
33
+ paths :
34
+ - third_party$
35
+ - builtin$
36
+ - examples$
37
+ issues :
38
+ max-issues-per-linter : 0
39
+ max-same-issues : 0
40
+ formatters :
41
+ enable :
42
+ - gofumpt
43
+ - goimports
44
+ exclusions :
45
+ generated : lax
46
+ paths :
47
+ - third_party$
48
+ - builtin$
49
+ - examples$
You can’t perform that action at this time.
0 commit comments