Added ability to specify threshold. Task will throw an exception if t…#36
Added ability to specify threshold. Task will throw an exception if t…#36JoshuaJamesOng wants to merge 1 commit into
Conversation
…hreshold breached. Default of -1 means threshold disabled.
|
@smalichenko I believe you're the core maintainer now, can you please review this PR? Use Case: Introducing static analysis into existing legacy projects where continuous integration server does not support threshold plugin e.g. BitBucket/GitLab. These projects will have a large number of pre-existing issues that will take time to resolve. In the mean time, new code should be subject to analysis and builds should fail when new issues are introduced. Implementation Choices The value defaults to |
…hreshold breached. Default of -1 means threshold disabled.