Skip to content

Commit

Permalink
Update .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandorst committed Oct 18, 2014
1 parent 4321dd2 commit 0e2c895
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
checks:
php:
code_rating: true
duplication: true
filter:
excluded_paths: [vendor/*, tests/*]
before_commands:
- 'composer install --dev --prefer-source'
tools:
external_code_coverage:
timeout: 1200 # timeout
external_code_coverage: true
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_code_coverage: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]

0 comments on commit 0e2c895

Please sign in to comment.