Skip to content

Commit

Permalink
lint: switch exportloopref to copyloopvar per warning message (#5212)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikmckenz authored Sep 4, 2024
1 parent 4e9925f commit ad442fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ linters:
- unused
# Linters added by the stash project.
# - contextcheck
- copyloopvar
- dogsled
- errchkjson
- errorlint
# - exhaustive
- exportloopref
- gocritic
# - goerr113
- gofmt
Expand Down

0 comments on commit ad442fb

Please sign in to comment.