We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ceecd commit d7a39e3Copy full SHA for d7a39e3
.golangci.yml
@@ -46,13 +46,13 @@ linters:
46
- rowserrcheck
47
- staticcheck
48
- stylecheck
49
- - tenv
50
- thelper
51
- typecheck
52
- unconvert
53
- unparam
54
- unused
55
- usestdlibvars
+ - usetesting
56
- whitespace
57
58
linters-settings:
@@ -118,7 +118,6 @@ linters-settings:
118
alias: ipamv1
119
nolintlint:
120
allow-unused: false
121
- allow-leading-space: false
122
require-specific: true
123
revive:
124
rules:
0 commit comments