You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing "inactivated" linters, which are causing lint checks to fail
with:
"This linter is fully inactivated: it will not produce any reports."
The linters that have been removed are:
- deadcode
- golint
- structcheck
- varcheck
Apparently these linters were "inactivated" in v1.57.0
https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md#v1570
0 commit comments