Skip to content

Commit

Permalink
Update scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed Mar 6, 2018
1 parent d996d58 commit 4657253
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .scrutinizer.yml
Expand Up @@ -16,7 +16,7 @@ tools:
php_pdepend: true
php_sim: true
build_failure_conditions:
- 'elements.rating(<= D).new.exists' # No new classes/methods with a rating of D or worse allowed (useful for legacy code)
- 'issues.label("coding-style").new.exists' # No new coding style issues allowed
- 'issues.severity(>= MAJOR).new.exists' # New issues of major or higher severity
- 'project.metric("scrutinizer.quality", < 6)' # Code Quality Rating drops below 6
- 'elements.rating(< B).new.exists'
- 'issues.label("coding-style").new.exists'
- 'issues.severity(>= MAJOR).new.exists'
- 'project.metric("scrutinizer.quality", < 8)'

0 comments on commit 4657253

Please sign in to comment.