Skip to content

Commit 503b998

Browse files
committed
chore: update configuration
1 parent b3eccdf commit 503b998

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.golangci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ linters-settings:
5757
replacement: 'any'
5858
goimports:
5959
local-prefixes: github.com/golangci/golangci-lint
60-
gomnd:
60+
mnd:
6161
# don't include the "operation" and "assign"
6262
checks:
6363
- argument
@@ -121,7 +121,7 @@ linters:
121121
- godox
122122
- gofmt
123123
- goimports
124-
- gomnd
124+
- mnd
125125
- goprintffuncname
126126
- gosec
127127
- gosimple
@@ -150,7 +150,7 @@ issues:
150150
- path: (.+)_test\.go
151151
linters:
152152
- dupl
153-
- gomnd
153+
- mnd
154154
- lll
155155

156156
# The logic of creating a linter is similar between linters, it's not duplication.

0 commit comments

Comments
 (0)