Skip to content

Commit

Permalink
Hopefully fixed scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal 8avec committed May 23, 2014
1 parent 184373c commit 5a52d55
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tools:
php_code_coverage:
enabled: true
filter:
excluded_paths: [vendor/*, tests/*]
excluded_paths: [vendor, tests]
php_pdepend:
enabled: true
excluded_dirs:
Expand All @@ -19,8 +19,10 @@ tools:
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
php_sim:
php_cpd:
enabled: true
command: phpcpd
excluded_dirs:
- vendor
- tests
- 'bin/*'
- 'vendor/*'
- 'tests/*'

0 comments on commit 5a52d55

Please sign in to comment.