Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Remove deprecated linter rules #239

Closed
ir0nbee opened this issue Nov 23, 2022 · 0 comments · Fixed by #240
Closed

Remove deprecated linter rules #239

ir0nbee opened this issue Nov 23, 2022 · 0 comments · Fixed by #240
Assignees
Labels
enhancement Improving existing functionality
Milestone

Comments

@ir0nbee
Copy link
Contributor

ir0nbee commented Nov 23, 2022

Now the linter reports about rules that are deprecated but still used in .golangci.yml.

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 'varcheck' 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. 

Let's remove the deprecated rules.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Improving existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants