Skip to content

Commit 47eee1a

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 95516f3 commit 47eee1a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.golangci.yaml

Lines changed: 6 additions & 1 deletion
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:
@@ -36,7 +40,8 @@ linters:
3640
- builtin$
3741
- examples$
3842
issues:
39-
max-same-issues: 0
43+
max-issues-per-linter: 10000
44+
max-same-issues: 10000
4045
formatters:
4146
exclusions:
4247
generated: lax

0 commit comments

Comments
 (0)