1
0
mirror of synced 2025-02-09 08:49:26 +03:00

Remove tools that are not supported anymore

This commit is contained in:
Luís Cobucci 2017-06-20 09:43:43 +02:00
parent 93f617536b
commit 1bdc61f932
No known key found for this signature in database
GPG Key ID: EC61C5F01750ED3C

View File

@ -9,27 +9,3 @@ before_commands:
tools:
external_code_coverage:
timeout: 3600
php_code_coverage:
enabled: true
php_code_sniffer:
enabled: false
php_cpd:
enabled: true
excluded_dirs: ["bin", "docs", "tests", "tools", "vendor"]
php_cs_fixer:
enabled: false
php_loc:
enabled: true
excluded_dirs: ["bin", "docs", "tests", "tools", "vendor"]
php_mess_detector:
enabled: true
filter:
paths: ["lib/*"]
php_pdepend:
enabled: true
excluded_dirs: ["docs", "examples", "tests", "vendor"]
php_analyzer:
enabled: true
filter:
paths: ["lib/*", "tests/*"]
sensiolabs_security_checker: true