Skip to content

Commit

Permalink
Remove unmaintained golang-linter plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Aug 26, 2022
1 parent fd1e655 commit 0de576e
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 @@ -5,7 +5,6 @@ linters:
disable-all: true
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- exhaustive
Expand All @@ -22,10 +21,8 @@ linters:
- lll
- misspell
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- whitespace
fast: false
linters-settings:
Expand Down

0 comments on commit 0de576e

Please sign in to comment.