Skip to content

Commit 166a64a

Browse files
committed
Impr: Enable unusedwrite for govet
1 parent 61b6841 commit 166a64a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/.golangci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ linters-settings:
88
govet:
99
enable:
1010
- shadow
11+
- unusedwrite
1112
misspell:
1213
locale: US
1314
exhaustive:

0 commit comments

Comments
 (0)