Repository Config
checks:
php: true
build:
nodes:
tests: true
analysis:
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
Global Config
checks:
php: true
build:
environment:
php:
version: 7.1
nodes:
tests: true
analysis:
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
filter:
excluded_paths:
- 'tests/*'
coding_style:
php:
spaces:
before_parentheses:
closure_definition: true
within:
array_initializer: true
other:
after_type_cast: false