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
ErrorProne parser is showing up some false positives in logs that aren't even from java builds, like in this scala log: https://gist.github.com/henriquetruta/00f851e1a88e371140d7be337eaecd2d it picked up an error with startLine/endLine 6
It also generated 3 violations on this other scala build: https://gist.github.com/henriquetruta/d6e46355539609415ab8ad738192a46e
The text was updated successfully, but these errors were encountered:
There is also: #37
Probably best to wait for this one to get merged: google/error-prone#1132 and then rewrite the parser to parse that output.
Sorry, something went wrong.
No branches or pull requests
ErrorProne parser is showing up some false positives in logs that aren't even from java builds, like in this scala log: https://gist.github.com/henriquetruta/00f851e1a88e371140d7be337eaecd2d
it picked up an error with startLine/endLine 6
It also generated 3 violations on this other scala build: https://gist.github.com/henriquetruta/d6e46355539609415ab8ad738192a46e
The text was updated successfully, but these errors were encountered: