Skip to content

Commit f84bd40

Browse files
JakeChampionramonsnir
authored andcommitted
switch from exportloopref to copyloopvar
1 parent 49ca6c3 commit f84bd40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ linters:
99
enable:
1010
- durationcheck
1111
- errcheck
12-
- exportloopref
12+
- copyloopvar
1313
- forcetypeassert
1414
- godot
1515
- gofmt
@@ -24,4 +24,4 @@ linters:
2424
- unconvert
2525
- unparam
2626
- unused
27-
- vet
27+
- vet

0 commit comments

Comments
 (0)