Skip to content

Commit 4be4e67

Browse files
committed
CARRY: replace exportloopref linter by copyloopvar
exportloopref is no longer relevant since go 1.22 and produces an error. It is now replaced by copyloopvar.
1 parent 35b741c commit 4be4e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift/.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ linters:
55
- asciicheck
66
- bidichk
77
- bodyclose
8+
- copyloopvar
89
- cyclop
910
# - depguard
1011
- dogsled
1112
- dupword
1213
- durationcheck
1314
- errcheck
14-
- exportloopref
1515
- forbidigo
1616
- gci
1717
- goconst

0 commit comments

Comments
 (0)