Skip to content

Commit

Permalink
QA : Ajout du fichier de config pour Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed May 5, 2014
1 parent 90c029b commit 2daf69a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
filter:
paths: [src/*]
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*' ]

before_commands:
- "composer self-update"
- "composer install --prefer-source --dev"

tools:
php_code_coverage:
enabled: true
test_command: php mageekguy.atoum.phar -d tests/ -c .atoum.php
php_sim: true
external_code_coverage: true
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_code_coverage: true
php_pdepend: true
php_analyzer: true
php_loc:
enabled: true
excluded_dirs: [vendor, samples, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, samples, tests]

0 comments on commit 2daf69a

Please sign in to comment.