Skip to content

Commit 68ae845

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

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
@@ -4,9 +4,13 @@ run:
44
linters:
55
default: none
66
enable:
7+
- gocritic
78
- govet
89
- ineffassign
10+
- misspell
11+
- revive
912
- staticcheck
13+
- unused
1014
settings:
1115
staticcheck:
1216
checks:

0 commit comments

Comments
 (0)