Skip to content

Commit 62fd5af

Browse files
committed
Enable more plugins for golangci-lint
Signed-off-by: Arnaud Meukam <[email protected]>
1 parent a8001b8 commit 62fd5af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.golangci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ linters:
66
enable:
77
- govet
88
- ineffassign
9+
- misspell
910
- staticcheck
11+
- unused
1012
settings:
1113
staticcheck:
1214
checks:

0 commit comments

Comments
 (0)