Checkout Config
before_commands:
- "composer install --no-dev --prefer-dist"
tools:
external_code_coverage:
runs: 2
timeout: 1200
php_code_coverage:
enabled: true
php_code_sniffer:
enabled: true
filter:
paths: ["config/*", "src/*", "test/*", "web/*"]
php_cpd:
enabled: true
excluded_dirs: ["data", "test", "vendor"]
php_cs_fixer:
enabled: true
filter:
paths: ["config/*", "src/*", "test/*", "web/*"]
php_loc:
enabled: true
excluded_dirs: ["data", "test", "vendor"]
php_pdepend:
enabled: true
excluded_dirs: ["data", "test", "vendor"]
php_analyzer:
enabled: true
filter:
paths: ["config/*", "src/*", "test/*", "web/*"]
php_hhvm:
enabled: true
filter:
paths: ["config/*", "src/*", "test/*", "web/*"]
sensiolabs_security_checker: true