Skip to content

Commit 450c6b1

Browse files
committed
Replace deprecated deadcode with unused lint check from golangci-lint
1 parent b254358 commit 450c6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ linters-settings:
1818
linters:
1919
enable:
2020
- govet
21-
- deadcode
21+
- unused
2222
- misspell
2323
- ineffassign
2424
- staticcheck

0 commit comments

Comments
 (0)