Skip to content

Commit

Permalink
Replace deprecated deadcode with unused lint check from golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xdu31 committed Oct 20, 2022
1 parent b254358 commit 450c6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ linters-settings:
linters:
enable:
- govet
- deadcode
- unused
- misspell
- ineffassign
- staticcheck
Expand Down

0 comments on commit 450c6b1

Please sign in to comment.