File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -3,37 +3,37 @@ issues:
33 max-issues-per-linter : 0
44 new-from-rev : origin/master
55linters :
6- presets :
7- - bugs
8- - error
9- - format
10- - performance
11- - unused
6+ presets :
7+ - bugs
8+ - error
9+ - format
10+ - performance
11+ - unused
1212 disable :
13- - maligned
14- - scopelint
13+ - maligned
14+ - scopelint
15+ - gomnd
1516 enable :
16- - exportloopref
17- - goconst
18- - gocritic
19- - gocyclo
20- - gofmt
21- - gomnd
22- - goprintffuncname
23- - gosimple
24- - lll
25- - misspell
26- - nakedret
27- - promlinter
28- - revive
17+ - exportloopref
18+ - goconst
19+ - gocritic
20+ - gocyclo
21+ - gofmt
22+ - goprintffuncname
23+ - gosimple
24+ - lll
25+ - misspell
26+ - nakedret
27+ - promlinter
28+ - revive
2929linters-settings :
3030 gocritic :
3131 enabled-tags :
32- - " diagnostic"
33- - " style"
34- - " performance"
32+ - " diagnostic"
33+ - " style"
34+ - " performance"
3535 disabled-checks :
36- - " hugeParam"
36+ - " hugeParam"
3737 govet :
3838 check-shadowing : true
3939 lll :
You can’t perform that action at this time.
0 commit comments