Checkout Config
filter:
excluded_paths: [vendor/*, bin/*, spec/*]
before_commands:
- 'composer install --dev --prefer-source'
tools:
php_code_sniffer:
enabled: true
config:
standard: PSR2
php_mess_detector:
enabled: true
filter:
excluded_paths: [vendor/*, bin/*, spec/*]
php_pdepend:
enabled: true
excluded_dirs: [bin, spec]
filter:
excluded_paths: [vendor/*, bin/*, spec/*]
php_cpd:
enabled: true
excluded_dirs: [vendor, bin, spec]
filter:
excluded_paths: [vendor/*, bin/*, spec/*]
php_analyzer:
enabled: true
filter:
excluded_paths: [vendor/*, bin/*, spec/*]
php_sim: true
sensiolabs_security_checker: true
php_changetracking: true
php_hhvm: true