-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Feature Request: add a "go build" linter mode #1043
Comments
Sounds reasonable. PR's are welcome as always :) |
IMO if there is a compilation failure, we should not attempt to "lint" the code, because it's not valid. |
That's correct, but currently error is pretty cryptic and we can be more user friendly. |
I've been looking at this to try and raise compile errors as lint issues. I am having some trouble figuring out how to handle this. So I know |
Hi there,
I'm running in to a limitation in my editor that I wonder if the
golangci-lint
project would be willing to help with, while acknowledging it may be beyond your scope.The summary is in my editor right now, I can either get compilation failures or errors from
golangci-lint
not both. Would it be possible to havegolangci-lint
report compilation failures in the same format as it does for other linters, so that my editor can show them?Thank you for your consideration on this idea!
Cheers!
-Tim
The text was updated successfully, but these errors were encountered: