Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Added scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Aug 25, 2014
1 parent a7480e2 commit 9996368
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
filter:
paths: [src/*]
excluded_paths: [vendor/*, test/*]
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, test]
php_cpd:
enabled: true
excluded_dirs: [vendor, test]

0 comments on commit 9996368

Please sign in to comment.