The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar
This commit is contained in:
parent
c41b56e1f4
commit
c0c59bdcbc
|
|
@ -17,7 +17,6 @@ linters:
|
|||
- goprintffuncname
|
||||
- misspell
|
||||
- prealloc
|
||||
- exportloopref
|
||||
- copyloopvar
|
||||
- stylecheck
|
||||
- unconvert
|
||||
|
|
|
|||
Loading…
Reference in New Issue