We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5263787 commit 321c71bCopy full SHA for 321c71b
1 file changed
.scrutinizer.yml
@@ -16,7 +16,7 @@ tools:
16
php_pdepend: true
17
php_sim: true
18
build_failure_conditions:
19
- - 'elements.rating(<= D).new.exists' # No new classes/methods with a rating of D or worse allowed (useful for legacy code)
20
- - 'issues.label("coding-style").new.exists' # No new coding style issues allowed
21
- - 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
22
- - 'project.metric("scrutinizer.quality", < 6)' # Code Quality Rating drops below 6
+ - 'elements.rating(< C).new.exists'
+ - 'issues.label("coding-style").new.exists'
+ - 'issues.severity(>= MAJOR).new.exists'
+ - 'project.metric("scrutinizer.quality", < 7)'
0 commit comments