Added php_analyzer: true to scritunizer

This commit is contained in:
Phil Sturgeon 2014-12-02 06:09:38 +00:00
parent 5d630042d2
commit 0d30575423

View file

@ -20,6 +20,7 @@ tools:
external_code_coverage:
timeout: 600
runs: 3
php_analyzer: true
php_code_coverage: false
php_code_sniffer:
config:
@ -31,4 +32,4 @@ tools:
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]
excluded_dirs: [vendor, tests]