Skip to content

Commit 7d27392

Browse files
authored
Fix linter config (#175)
1 parent 18bbd80 commit 7d27392

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.golangci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ linters:
88
disable-all: true
99
enable:
1010
- bodyclose
11+
- copyloopvar
12+
- usetesting
1113
- durationcheck
1214
- errcheck
13-
- exportloopref
1415
- forcetypeassert
1516
- godot
1617
- gofmt
@@ -30,6 +31,6 @@ linters:
3031
- unparam
3132
- unused
3233
- usestdlibvars
33-
- vet
34+
- govet
3435
- wastedassign
3536
- wrapcheck

0 commit comments

Comments
 (0)