Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up deprecated linters #11825

Closed
ajm188 opened this issue Nov 28, 2022 · 0 comments · Fixed by #11812
Closed

Clean up deprecated linters #11825

ajm188 opened this issue Nov 28, 2022 · 0 comments · Fixed by #11812

Comments

@ajm188
Copy link
Contributor

ajm188 commented Nov 28, 2022

Feature Description

There's a bunch of deprecated linters that don't work anymore, so let's remove them:

WARN [runner] The linter 'deadcode' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [runner] The linter 'structcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [runner] The linter 'varcheck' is deprecated (since v1.49.0) due to: The owner seems to have abandoned the linter.  Replaced by unused.
WARN [linters context] structcheck is disabled because of generics. You can track the evolution of the generics support by following the https://github.com/golangci/golangci-lint/issues/2649.

Use Case(s)

removing noise from CI and pre-commit hooks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants