build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
tests: true
coverage:
tests:
override:
- command: ./run-my-tests
coverage:
file: build/coverage.xml
format: clover
checks:
php: true
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
bitwise: false
additive: false
multiplicative: false
filter:
excluded_paths:
- "tests/"