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

unused: Empty var blocks aren't detected #582

Open
variadico opened this issue Sep 11, 2019 · 0 comments
Open

unused: Empty var blocks aren't detected #582

variadico opened this issue Sep 11, 2019 · 0 comments
Labels
needs-decision We have to decide if this check is feasible and desirable new-check

Comments

@variadico
Copy link

I had a random one of these floating around in a file.

package foo

var (
// Some random comment.

)

Seems like something unused could catch.

@variadico variadico added the needs-triage Newly filed issue that needs triage label Sep 11, 2019
@dominikh dominikh added needs-decision We have to decide if this check is feasible and desirable new-check and removed needs-triage Newly filed issue that needs triage labels Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-decision We have to decide if this check is feasible and desirable new-check
Projects
None yet
Development

No branches or pull requests

2 participants