2014-05-05 18:57:54 +07:00
|
|
|
filter:
|
|
|
|
|
excluded_paths: [ 'vendor/*', 'tests/*', 'samples/*', 'src/PhpWord/Shared/PCLZip/*' ]
|
|
|
|
|
|
|
|
|
|
before_commands:
|
|
|
|
|
- "composer install --prefer-source --dev"
|
|
|
|
|
|
|
|
|
|
tools:
|
2014-05-10 21:38:44 +07:00
|
|
|
php_code_sniffer:
|
|
|
|
|
enabled: true
|
|
|
|
|
config:
|
|
|
|
|
standard: PSR2
|
|
|
|
|
php_cpd: true
|
|
|
|
|
php_mess_detector:
|
|
|
|
|
enabled: true
|
|
|
|
|
config:
|
|
|
|
|
ruleset: phpmd.xml.dist
|
2014-05-06 16:53:15 +07:00
|
|
|
external_code_coverage:
|
2014-05-05 18:57:54 +07:00
|
|
|
enabled: true
|
2014-05-06 17:13:16 +07:00
|
|
|
timeout: 900
|
2014-05-07 01:44:51 +07:00
|
|
|
php_sim:
|
2014-05-13 11:05:12 +07:00
|
|
|
min_mass: 16
|
2014-05-05 18:57:54 +07:00
|
|
|
php_pdepend: true
|
|
|
|
|
php_analyzer: true
|
2014-05-07 01:44:51 +07:00
|
|
|
sensiolabs_security_checker: true
|