Skip to content

Commit e0a2a92

Browse files
committed
update lint settings
1 parent 24948db commit e0a2a92

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Visit https://golangci-lint.run/ for usage documentation
22
# and information on other useful linters
33
issues:
4-
max-per-linter: 0
4+
max-issues-per-linter: 0
55
max-same-issues: 0
66

77
linters:
@@ -20,8 +20,7 @@ linters:
2020
- nilerr
2121
- predeclared
2222
- staticcheck
23-
- tenv
2423
- unconvert
2524
- unparam
2625
- unused
27-
- govet
26+
- usetesting

0 commit comments

Comments
 (0)