add new loop var linter for go1.22 and remove unnecessary exportloopref linter

This commit is contained in:
tuunit 2024-09-25 14:07:11 +02:00
parent 3c7dadcbd2
commit 1dd4a412b0
No known key found for this signature in database
GPG Key ID: C2172BFA220A037A

View File

@ -17,7 +17,7 @@ linters:
- goprintffuncname - goprintffuncname
- misspell - misspell
- prealloc - prealloc
- exportloopref - copyloopvar
- stylecheck - stylecheck
- unconvert - unconvert
- gocritic - gocritic