Skip to content

Commit a7f1cc1

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ linters:
66
enable:
77
- govet
88
- ineffassign
9+
- misspell
910
- staticcheck
11+
- unused
1012
settings:
13+
misspell:
14+
locale: US
1115
staticcheck:
1216
checks:
1317
- all

0 commit comments

Comments
 (0)