inherit: true
build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
filter:
paths:
- src/*
- tests/*
tools:
php_cs_fixer: true
php_code_sniffer:
config:
standard: PSR1
php_mess_detector: true
php_cpd: true
php_analyzer:
filter:
excluded_paths: ["*/Tests/*"]
sensiolabs_security_checker: true
checks:
php:
verify_argument_usable_as_reference: false
use_self_instead_of_fqcn: true
uppercase_constants: true