Skip to content

Commit

Permalink
chore(golangci-lint): exportloopref -> copyloopvar
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Aug 22, 2024
1 parent d692e63 commit 6db3d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ linters:
- bidichk
- bodyclose
- copyloopvar
- copyloopvar
- decorder
- dupl
- durationcheck
- err113
- errcheck
- errname
- errorlint
- exportloopref
- forbidigo
- gci
- ginkgolinter
Expand Down

0 comments on commit 6db3d41

Please sign in to comment.