add new loop var linter for go1.22 and remove unnecessary exportloopref linter
This commit is contained in:
parent
3c7dadcbd2
commit
1dd4a412b0
|
|
@ -17,7 +17,7 @@ linters:
|
|||
- goprintffuncname
|
||||
- misspell
|
||||
- prealloc
|
||||
- exportloopref
|
||||
- copyloopvar
|
||||
- stylecheck
|
||||
- unconvert
|
||||
- gocritic
|
||||
|
|
|
|||
Loading…
Reference in New Issue