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 fed55dc commit 7ea8e96Copy full SHA for 7ea8e96
.golangci.yaml
@@ -115,21 +115,19 @@ linters:
115
- errchkjson
116
- errname
117
- errorlint
118
- - execinquery
119
- exhaustive
120
- - exportloopref
121
- funlen
122
- gci
123
- gocognit
124
- goconst
125
- gocritic
126
- gocyclo
127
# - godox
128
- - goerr113
+ - err113
129
- gofmt
130
- goheader
131
- goimports
132
- - gomnd
+ - mnd
133
- gomoddirectives
134
- gomodguard
135
- goprintffuncname
@@ -160,7 +158,6 @@ linters:
160
158
- sqlclosecheck
161
159
- staticcheck
162
- stylecheck
163
- - tenv
164
- testableexamples
165
#- testpackage
166
- thelper
0 commit comments