Skip to content

Commit

Permalink
fix(lint): replace loopvar linter (#7442)
Browse files Browse the repository at this point in the history
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
  • Loading branch information
kobakaku and colin-axner authored Oct 14, 2024
1 parent 9f13c9f commit 0f4b8dd
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 @@ -5,7 +5,7 @@ run:
linters:
disable-all: true
enable:
- exportloopref
- copyloopvar
- errcheck
- gci
- goconst
Expand Down

0 comments on commit 0f4b8dd

Please sign in to comment.