We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24948db commit e0a2a92Copy full SHA for e0a2a92
1 file changed
.golangci.yml
@@ -1,7 +1,7 @@
1
# Visit https://golangci-lint.run/ for usage documentation
2
# and information on other useful linters
3
issues:
4
- max-per-linter: 0
+ max-issues-per-linter: 0
5
max-same-issues: 0
6
7
linters:
@@ -20,8 +20,7 @@ linters:
20
- nilerr
21
- predeclared
22
- staticcheck
23
- - tenv
24
- unconvert
25
- unparam
26
- unused
27
- - govet
+ - usetesting
0 commit comments