Skip to content

Commit 321c71b

Browse files
committed
Update scrutinizer config
1 parent 5263787 commit 321c71b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.scrutinizer.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tools:
1616
php_pdepend: true
1717
php_sim: true
1818
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
19+
- 'elements.rating(< C).new.exists'
20+
- 'issues.label("coding-style").new.exists'
21+
- 'issues.severity(>= MAJOR).new.exists'
22+
- 'project.metric("scrutinizer.quality", < 7)'

0 commit comments

Comments
 (0)