Skip to content

Commit

Permalink
Disable gomnd linter
Browse files Browse the repository at this point in the history
This hasn't been very useful, so just disable it.

Signed-off-by: Sean McGinnis <[email protected]>
  • Loading branch information
stmcginnis committed Nov 26, 2022
1 parent 20391a5 commit 95bee86
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ linters-settings:
min-complexity: 25
goimports:
local-prefixes: github.com/stmcginnis
gomnd:
settings:
mnd:
checks: argument,case,condition,return
govet:
check-shadowing: true
misspell:
Expand All @@ -59,7 +55,6 @@ linters:
- gocyclo
- goheader
- goimports
- gomnd
- goprintffuncname
- gosec
- gosimple
Expand Down

0 comments on commit 95bee86

Please sign in to comment.