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 b3eccdf commit 503b998Copy full SHA for 503b998
.golangci.yml
@@ -57,7 +57,7 @@ linters-settings:
57
replacement: 'any'
58
goimports:
59
local-prefixes: github.com/golangci/golangci-lint
60
- gomnd:
+ mnd:
61
# don't include the "operation" and "assign"
62
checks:
63
- argument
@@ -121,7 +121,7 @@ linters:
121
- godox
122
- gofmt
123
- goimports
124
- - gomnd
+ - mnd
125
- goprintffuncname
126
- gosec
127
- gosimple
@@ -150,7 +150,7 @@ issues:
150
- path: (.+)_test\.go
151
linters:
152
- dupl
153
154
- lll
155
156
# The logic of creating a linter is similar between linters, it's not duplication.
0 commit comments