Checkout Config
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
within:
brackets: true
tools:
external_code_coverage:
timeout: 600 # Timeout in seconds.
Repository Config
filter:
excluded_paths:
- 'tests/*'
checks:
php:
check_method_contracts:
verify_interface_like_constraints: true
verify_documented_constraints: true
verify_parent_constraints: true
coding_style:
php:
spaces:
within:
brackets: true
build:
nodes:
tests: true
analysis:
tests:
override:
-
command: phpcs-run
use_website_config: true