We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user of Goland, I am able to run a code clean up analyzer that could help us to remove dead code, to spot implicit ignored returned value, etc.
I think you could go through the report to clean up the code base a bit.
There are some false-positive report, especially on cucumber and others. I think we should first focus on the Golang report, and ignore the rest.
goland-report.zip
The text was updated successfully, but these errors were encountered:
ValentinTrinque
Successfully merging a pull request may close this issue.
As a user of Goland, I am able to run a code clean up analyzer that could help us to remove dead code, to spot implicit ignored returned value, etc.
I think you could go through the report to clean up the code base a bit.
There are some false-positive report, especially on cucumber and others. I think we should first focus on the Golang report, and ignore the rest.
goland-report.zip
The text was updated successfully, but these errors were encountered: