Skip to content

Commit 5570f81

Browse files
sondavidbKern--
authored andcommitted
Enable copyloopvar rule in Go linter
Signed-off-by: David Son <davbson@amazon.com>
1 parent 2c94bac commit 5570f81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
version: "2"
33
linters:
44
enable:
5+
- copyloopvar
56
- misspell
67
- revive
78
- staticcheck

0 commit comments

Comments
 (0)