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 Sep 3, 2024
1 parent b985ee1 commit de7951c
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 @@ -16,14 +16,14 @@ linters:
- bidichk
- bodyclose
- copyloopvar
- copyloopvar
- decorder
- dupl
- durationcheck
- err113
- errcheck
- errname
- errorlint
- exportloopref
- forbidigo
- gci
- ginkgolinter
Expand Down

0 comments on commit de7951c

Please sign in to comment.