Skip to content

Commit 17b230a

Browse files
committed
.golangci.yaml: replace exportloopref with copyloopvar
1 parent f48e4dc commit 17b230a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ linters:
1818
- dogsled
1919
- errname
2020
- errorlint
21-
- exportloopref
21+
- copyloopvar
2222
- forcetypeassert
2323
- gocognit
2424
- goconst

0 commit comments

Comments
 (0)