Skip to content

Commit

Permalink
chore: remove deprecated linters
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Sep 22, 2022
1 parent a036bc6 commit 71a02b3
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 @@ -4,7 +4,6 @@ run:
linters:
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
Expand Down Expand Up @@ -33,13 +32,11 @@ linters:
# - scopelint - deprecated since v1.39. exportloopref will be used instead
- exportloopref
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
# - unparam
- unused
- varcheck
# - whitespace
# - wsl
# - gocognit
Expand Down

0 comments on commit 71a02b3

Please sign in to comment.