violations-gradle-plugin icon indicating copy to clipboard operation
violations-gradle-plugin copied to clipboard

Option to skip the output if there are zero violations?

Open PawelLipski opened this issue 4 years ago • 1 comments

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 a given module?

Violations in repo

Summary
|          |      |      |       |       |
| Reporter | INFO | WARN | ERROR | Total |
|          |      |      |       |       |
+----------+------+------+-------+-------+
|          |      |      |       |       |
|          | 0    | 0    | 0     | 0     |
|          |      |      |       |       |
+----------+------+------+-------+-------+

PawelLipski avatar Jun 18 '20 11:06 PawelLipski

No such option now. Pull requests are welcome.

tomasbjerre avatar Jun 18 '20 12:06 tomasbjerre