Skip to content

Commit

Permalink
Linter: Remove copyloopvar
Browse files Browse the repository at this point in the history
No longer needed since go 1.22
  • Loading branch information
gbjk committed Dec 18, 2024
1 parent 0db9dcf commit 93066af
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 @@ -22,7 +22,7 @@ linters:
# - canonicalheader
- containedctx
# - contextcheck
- copyloopvar
# - copyloopvar
# - cyclop
- decorder
# - depguard
Expand Down

0 comments on commit 93066af

Please sign in to comment.