Skip to content

Commit

Permalink
remove abandoned linters (#371)
Browse files Browse the repository at this point in the history
replaced by "unused"
  • Loading branch information
brainexe authored Jan 3, 2023
1 parent c029b6d commit 1135cbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ linters:
enable:
- asciicheck
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
Expand Down Expand Up @@ -37,14 +36,12 @@ linters:
- revive
- rowserrcheck
- staticcheck
- structcheck
- stylecheck
- thelper
- typecheck
- unconvert
- unparam
- unused
- varcheck
- wastedassign
- whitespace
fast: false

0 comments on commit 1135cbd

Please sign in to comment.