Skip to content

Commit

Permalink
go: remove deprecated linter
Browse files Browse the repository at this point in the history
> "The linter 'exportloopref' is deprecated (since v1.60.2) due to:
> Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by
> copyloopvar.

We already use copyloopvar.
  • Loading branch information
Freax13 committed Sep 11, 2024
1 parent e2781a3 commit 6bcabfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ linters:
- errchkjson
- errname
- errorlint
- exportloopref
- forcetypeassert
- gocheckcompilerdirectives
- gochecknoinits
Expand Down

0 comments on commit 6bcabfa

Please sign in to comment.