Skip to content

Commit

Permalink
Update scrutinizer analysis engine
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Ben87 committed May 10, 2018
1 parent 19bb7ed commit 817cd61
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
filter:
excluded_paths:
- vendor/*
- 'build/'
- 'Resources/'
- 'Tests/'
dependency_paths:
- 'vendor/'

build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
- phpcs-run --extensions=php --standard=PSR2
- phpcs-run --extensions=php --standard=PSR2 .

build_failure_conditions:
- 'project.metric("scrutinizer.quality", < 9)'
- 'project.metric("scrutinizer.test_coverage", < 1)'

checks:
php:
code_rating: true

tools:
external_code_coverage: true

0 comments on commit 817cd61

Please sign in to comment.