-
Notifications
You must be signed in to change notification settings - Fork 33
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
Issues found by static analysis #10
Comments
The For the others, can you send a PR to fix (or exempt them where appropriate) them all and set up this static analyzer in GitHub Actions so that the code doesn’t regress please? |
Sure, no problem. But I'd like to get the previous stuff resolved first in #12 (Too much parallel work brings overhead due to expected merge conflicts that the "internal -> something else" rename will bring) |
I updated the issue text to contain list of tasks. |
There seems to be ready GitHub action one can use: https://github.com/golangci/golangci-lint-action |
Tasks:
I ran golangci-lint, with configuration I've settled on for my projects. Here's the current issues it found:
Lint report
Some of these are non-issues, but some seem clear bugs like this one:
Would you like me to submit a PR to fix all or some of these complaints?
The text was updated successfully, but these errors were encountered: