We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfd4db commit 6f76306Copy full SHA for 6f76306
.scrutinizer.yml
@@ -23,5 +23,5 @@ tools:
23
build_failure_conditions:
24
- 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
25
- 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
26
- - 'project.metric_change("scrutinizer.test_coverage", <= 0)' # Code Coverage decreased from previous inspection
+ - 'project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection
27
- 'patches.label("Unused Use Statements").new.exists' # No new unused imports patches allowed
0 commit comments