File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ linters-settings:
35
35
local-prefixes : github.com/golangci/golangci-lint
36
36
gocritic :
37
37
enabled-tags :
38
+ - diagnostic
39
+ - experimental
40
+ - opinionated
38
41
- performance
39
42
- style
40
- - experimental
41
43
disabled-checks :
42
44
- wrapperFunc
43
45
- dupImport # https://github.com/go-critic/go-critic/issues/845
Original file line number Diff line number Diff line change @@ -919,9 +919,11 @@ linters-settings:
919
919
local-prefixes: github.com/golangci/golangci-lint
920
920
gocritic:
921
921
enabled-tags:
922
+ - diagnostic
923
+ - experimental
924
+ - opinionated
922
925
- performance
923
926
- style
924
- - experimental
925
927
disabled-checks:
926
928
- wrapperFunc
927
929
- dupImport # https://github.com/go-critic/go-critic/issues/845
You can’t perform that action at this time.
0 commit comments