Skip to content

Commit

Permalink
Removed deadcode and structcheck obsolete linters
Browse files Browse the repository at this point in the history
  • Loading branch information
banshee committed Nov 8, 2022
1 parent 708e790 commit 6a26b3b
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 @@ run:
linters:
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- goconst
Expand All @@ -26,7 +25,6 @@ linters:
# - scopelint
- exportloopref
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
Expand Down Expand Up @@ -58,7 +56,6 @@ issues:
- staticcheck
- path: test/
linters:
- deadcode
- unused
- ineffassign
- prealloc
Expand Down

0 comments on commit 6a26b3b

Please sign in to comment.