tomasbjerre / violations-lib

Java library for parsing report files from static code analysis.
Apache License 2.0
148 stars 39 forks source link

Add a basic generic Parser #103

Closed anirudhbagri closed 4 years ago

anirudhbagri commented 4 years ago

Add a parser (which doesn't really parse), but which will simply read the file and post it as a comment.

anirudhbagri commented 4 years ago

104