Skip to content

Commit

Permalink
add new loop var linter for go1.22 and remove unnecessary exportloopr…
Browse files Browse the repository at this point in the history
…ef linter
  • Loading branch information
tuunit committed Oct 1, 2024
1 parent 3c7dadc commit 1dd4a41
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 @@ -17,7 +17,7 @@ linters:
- goprintffuncname
- misspell
- prealloc
- exportloopref
- copyloopvar
- stylecheck
- unconvert
- gocritic
Expand Down

0 comments on commit 1dd4a41

Please sign in to comment.