Skip to content

Commit 06e6d8c

Browse files
committed
Ensure scrutinizer score doesn't drop below current
1 parent d06375d commit 06e6d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ build_failure_conditions:
1919
- 'elements.rating(< C).new.exists'
2020
- 'issues.label("coding-style").new.exists'
2121
- 'issues.severity(>= MAJOR).new.exists'
22-
- 'project.metric("scrutinizer.quality", < 7)'
22+
- 'project.metric("scrutinizer.quality", < 6.37)'

0 commit comments

Comments
 (0)