Checkout Config
filter:
paths: [src/*]
excluded_paths: [client-side/*, tests/*, docs/*, vendor/*]
before_commands:
- 'composer install --prefer-source'
checks:
php:
code_rating: true
duplication: true
tools:
php_mess_detector: true
external_code_coverage:
timeout: 600
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: false
Repository Config
filter:
paths: [src/*]
excluded_paths: [client-side/*, tests/*, docs/*, vendor/*]
before_commands:
- 'composer install --prefer-source'
checks:
php:
code_rating: true
duplication: true
tools:
php_mess_detector: true
external_code_coverage:
timeout: 600
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: false