File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ linters:
13
13
- errcheck
14
14
- errname
15
15
- errorlint
16
- - exportloopref
16
+ - copyloopvar
17
17
- gochecknoinits
18
18
- goconst
19
19
- gocritic
@@ -53,7 +53,6 @@ linters:
53
53
- funlen
54
54
- gocognit
55
55
- gofumpt
56
- - ifshort
57
56
- nestif
58
57
- nolintlint
59
58
- revive
@@ -64,7 +63,6 @@ linters:
64
63
65
64
# Disabled with a reason
66
65
- gochecknoglobals # incompatible with the way we define our flags currently
67
- - maligned # checker not supported anymore
68
66
- noctx # disabled because we do not plan to distribute this code as a library
69
67
- prealloc # we are not after some perf
70
- - tagliatelle # disabled because we are dependant on external API that do not follow the right naming
68
+ - tagliatelle # disabled because we are dependent on external API that do not follow the right naming
You can’t perform that action at this time.
0 commit comments