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 47012ba commit 26882feCopy full SHA for 26882fe
.scrutinizer.yml
@@ -24,7 +24,7 @@ tools:
24
timeout: 600
25
26
build_failure_conditions:
27
- - 'elements.rating(<= C).new.exists' # No new classes/methods with a rating of C or worse allowed
+ - 'elements.rating(<= D).new.exists' # No new classes/methods with a rating of D or worse allowed
28
- 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
29
- 'project.metric_change("scrutinizer.test_coverage", < 0)' # Code Coverage decreased from previous inspection
30
- 'patches.label("Unused Use Statements").new.exists' # No new unused imports patches allowed
0 commit comments