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 1bd9705 commit 547f14cCopy full SHA for 547f14c
.golangci.yml
@@ -106,15 +106,16 @@ linters:
106
disable-all: true
107
enable:
108
- bodyclose
109
+ - copyloopvar
110
- depguard
111
- dogsled
112
- dupl
113
- errcheck
114
- errorlint
- - exportloopref
115
- funlen
116
- gocheckcompilerdirectives
117
- gochecknoinits
118
+ - gochecknoinits
119
- goconst
120
- gocritic
121
- gocyclo
@@ -126,6 +127,7 @@ linters:
126
127
- gosec
128
- gosimple
129
- govet
130
+ - intrange
131
- ineffassign
132
- lll
133
- misspell
0 commit comments