Skip to content

Commit ba5480a

Browse files
authored
Scrutinizer failure conditions reviewed
1 parent c7d2187 commit ba5480a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ tools:
1515
filter:
1616
excluded_paths: ["vendor/*", "performance/*", "*Tests/*"]
1717
build_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

0 commit comments

Comments
 (0)