Skip to content

Commit 6b79136

Browse files
committed
Update .golangci.yml to replace exportloopref with copyloopvar linter
1 parent bb4dacc commit 6b79136

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.golangci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ linters:
2020
- gocritic
2121
- revive
2222
- gosec
23-
- exportloopref
23+
- copyloopvar
2424

2525
linters-settings:
2626
goconst:
@@ -40,9 +40,6 @@ linters-settings:
4040
- octalLiteral
4141
- whyNoLint
4242

43-
revive:
44-
min-confidence: 0
45-
4643
gosec:
4744
excludes:
4845
- G204 # Subprocess launched with variable

0 commit comments

Comments
 (0)