File tree Expand file tree Collapse file tree 1 file changed +28
-10
lines changed Expand file tree Collapse file tree 1 file changed +28
-10
lines changed Original file line number Diff line number Diff line change 1- issues :
2- max-issues-per-linter : 0
3- max-same-issues : 0
4-
1+ version : " 2"
52linters :
6- disable-all : true
3+ default : none
74 enable :
5+ - copyloopvar
86 - durationcheck
97 - errcheck
10- - copyloopvar
118 - forcetypeassert
12- - gofmt
13- - gosimple
9+ - govet
1410 - ineffassign
1511 - makezero
1612 - misspell
1713 - nilerr
1814 - paralleltest
1915 - predeclared
2016 - staticcheck
21- - usetesting
2217 - unconvert
2318 - unparam
2419 - unused
25- - govet
20+ - usetesting
21+ exclusions :
22+ generated : lax
23+ presets :
24+ - comments
25+ - common-false-positives
26+ - legacy
27+ - std-error-handling
28+ paths :
29+ - third_party$
30+ - builtin$
31+ - examples$
32+ issues :
33+ max-issues-per-linter : 0
34+ max-same-issues : 0
35+ formatters :
36+ enable :
37+ - gofmt
38+ exclusions :
39+ generated : lax
40+ paths :
41+ - third_party$
42+ - builtin$
43+ - examples$
You can’t perform that action at this time.
0 commit comments