Skip to content

Commit

Permalink
Remove default and abandoned linters
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Dec 19, 2022
1 parent 8e4f894 commit 5d4ad7a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@ linters:
enable:
- bodyclose
- contextcheck
- deadcode
- depguard
- durationcheck
- dupl
- errcheck
- errchkjson
- errname
- exhaustive
- exportloopref
- gofmt
- goimports
- gosimple
- govet
- ineffassign
- makezero
- misspell
- nakedret
Expand All @@ -24,15 +19,10 @@ linters:
- noctx
- prealloc
- revive
- rowserrcheck
- staticcheck
- structcheck
# - rowserrcheck
- thelper
- tparallel
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign
# - wastedassign
- whitespace

0 comments on commit 5d4ad7a

Please sign in to comment.