-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add support for "suggested change" #95
Comments
Sounds good. If so I would need a sample report to use for testning. Or you file a PR. I also replied in you issue at Spotless. |
Google's errorprone can generate a standard unified diff patch file. We can't do it currently, but we could pretty easily build to that spec. |
Ok! Should be possible with severity and message being hard coded to something.
I am parsing a patch in a library using this library. Perhaps it should be moved to this library. |
Spotless is a code autoformatter for many languages, and someone suggested adding support for violations-lib.
It would be awesome if violations-lib also supported suggested changes. If it did, then Spotless' console output could provide comments not only on which lines have format problems, but also on what they need to be changed to.
The text was updated successfully, but these errors were encountered: