File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1616 php_pdepend : true
1717 php_sim : true
1818build_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
19+ - ' elements.rating(< B).new.exists'
20+ - ' issues.label("coding-style").new.exists'
21+ - ' issues.severity(>= MAJOR).new.exists'
22+ - ' project.metric("scrutinizer.quality", < 9)'
You can’t perform that action at this time.
0 commit comments