Checkout Config
checks:
php:
code_rating: true
duplication: true
filter:
paths: [WeatherService/*, Utility/*, Entity/*, Form/*]
excluded_paths: [vendor/*, Tests/*]
before_commands:
- 'composer install --dev --prefer-source'
checks:
php:
code_rating: true
duplication: true
tools:
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_code_coverage: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor]
php_cpd:
enabled: true
excluded_dirs: [vendor]
Repository Config
checks:
php: true
filter: { }
coding_style:
php:
spaces:
other:
after_type_cast: false