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:
Anderson Valério 2024-12-09 21:30:51 -03:00
parent c41b56e1f4
commit c0c59bdcbc
No known key found for this signature in database
GPG Key ID: 92D38E56BFF005A0
1 changed files with 0 additions and 1 deletions

View File

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