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 bc53b69 commit fa400beCopy full SHA for fa400be
.scrutinizer.yml
@@ -16,8 +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.label("coding-style").new.count > 5' # More than 5 new coding style issues.
22
- - 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
23
- - 'project.metric("scrutinizer.quality", < 6)' # Code Quality Rating drops below 6
+ - 'elements.rating(< B).new.exists'
+ - 'issues.label("coding-style").new.exists'
+ - 'issues.severity(>= MAJOR).new.exists'
+ - 'project.metric("scrutinizer.quality", < 9)'
0 commit comments