File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ tools:
1515filter :
1616 excluded_paths : ["vendor/*", "performance/*", "*Tests/*"]
1717build_failure_conditions :
18- - ' elements.rating(<= D).exists' # No classes/methods with a rating of D or worse
1918 - ' elements.rating(<= D).new.exists' # No new classes/methods with a rating of D or worse
20- - ' patches.label("Doc Comments").exists' # No doc comments patches allowed
21- - ' patches.label("Spacing").new.count > 1' # More than 1 new spacing patch
22- - ' issues.label("coding-style").exists' # No coding style issues allowed
23- - ' issues.label("coding-style").new.exists' # No new coding style issues allowed
2419 - ' issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
2520 - ' project.metric("scrutinizer.quality", < 9)' # Code Quality Rating drops below 6
You can’t perform that action at this time.
0 commit comments