violations-gradle-plugin
violations-gradle-plugin copied to clipboard
Gradle plugin that will find report files from static code analysis, present and optionally fail the build.
Is it possible to generate `codeClimateFile` only for diffs? Now it generates a file with all violations, but in log shows only diff.
Hi! First of all, thank you for the library, it looks great! I am trying diffing feature, and I cannot make it work with the provided sample. I created a...
Sorry for the questions on this topic, but I believe the answer helps for documentation for this project. as far as I understand this plugin reads only report files. If...
Hi, thanks again for a nice plugin. :smile: The `README.md` for this repo states that you can set the `maxReporterColumnWidth` to 0 to "disable" it. I got the impression from...
Hi @tomasbjerre, thanks for this very useful tool! Just curious, is there any way for this plugin to avoid printing the table when there's zero violations of any type in...
Thanks for the plugin, but it would be nice to be able to use a Github PR as a diff. If the a PR was branched off the target branch...