-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
The currently latest golangci-lint
version 1.39.0 introduced new linters and updated supported ones:
- predeclared (v1.35.0) — Checks for definitions and declarations that shadows one of Go's pre-declared identifiers.
This linter is disabled by default, but will be enabled for this template to help to prevent shadowed identifiers. - interfacer (v1.38.0) — Has been deprecated and will be removed from the enabled linter in this template.
- scopelint (v1.39.0) — Has been deprecated and will be replaced by exportloopref.
Theexportloopref
linter is disabled by default, but will be enabled for this template to help to catch loop variable bugs.