Skip to content

Commit

Permalink
Added scrutinizer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Eugoné committed Apr 2, 2017
1 parent 3f58efa commit 2b30712
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
filter:
excluded_paths: [vendor/*, Tests/*]

before_commands:
- 'composer install --dev --prefer-source'

tools:
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 2b30712

Please sign in to comment.