Skip to content

Commit 0f4b8dd

Browse files
fix(lint): replace loopvar linter (#7442)
Co-authored-by: colin axnér <[email protected]>
1 parent 9f13c9f commit 0f4b8dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ run:
55
linters:
66
disable-all: true
77
enable:
8-
- exportloopref
8+
- copyloopvar
99
- errcheck
1010
- gci
1111
- goconst

0 commit comments

Comments
 (0)