Skip to content

Commit

Permalink
chore(golangci-lint): exportloopref -> copyloopvar [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Oct 11, 2024
1 parent 3518f29 commit ff3530c
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 ff3530c

Please sign in to comment.