mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-04-01 13:46:37 +00:00
golangci.yml: replace outdated linter
level=warning msg="The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar." Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
6d4ebdcef3
commit
8925b42250
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ linters:
|
||||||
- decorder
|
- decorder
|
||||||
- durationcheck
|
- durationcheck
|
||||||
- errorlint
|
- errorlint
|
||||||
- exportloopref
|
- copyloopvar
|
||||||
- gofmt
|
- gofmt
|
||||||
- misspell
|
- misspell
|
||||||
- predeclared
|
- predeclared
|
||||||
|
|
Loading…
Add table
Reference in a new issue