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

Commit

Permalink
Update .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiang committed Nov 13, 2014
1 parent 5c4708c commit d604e74
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions .scrutinizer.yml
Expand Up @@ -2,31 +2,20 @@ imports:
- php

filter:
excluded_paths: [vendor/*, tests/*, bin/*, example.php]
paths:
- src/*

tools:
php_code_sniffer:
config:
standard: PSR2
filter:
paths: [src/*, tests/*, bin/*, example.php]
php_sim: true
php_cpd: false
php_loc:
enabled: true
excluded_dirs: [bin, tests, vendor, example.php]
php_loc: true
php_hhvm: true
php_mess_detector:
enabled: true
filter:
paths: [src/*]
php_pdepend:
enabled: true
excluded_dirs: [tests, vendor, bin, example.php]
php_mess_detector: true
php_pdepend: true
php_analyzer: true
php_analyzer:
filter:
paths: ["src/*", "test/*", "example.php"]
sensiolabs_security_checker: true
php_changetracking: true
external_code_coverage:
Expand Down

0 comments on commit d604e74

Please sign in to comment.