Skip to content

Commit

Permalink
build: disable deprecreated linters deadcode, structcheck, varcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Stickel <[email protected]>
  • Loading branch information
fin09pcap committed Jun 26, 2023
1 parent 017128e commit 0a137ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ linters-settings:
linters:
enable:
- bodyclose
- deadcode
# - deadcode
- depguard
- dogsled
# - dupl
Expand Down Expand Up @@ -214,11 +214,11 @@ linters:
- revive
- rowserrcheck
- staticcheck
- structcheck
# - structcheck
- stylecheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
# - varcheck
- whitespace

0 comments on commit 0a137ed

Please sign in to comment.