Checkout Config
checks:
php: true
build:
tests:
override:
- phpcs-run
environment:
php:
version: 7.1
tools:
external_code_coverage: true
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_code_coverage: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, docs]
php_cpd:
enabled: true
excluded_dirs: [vendor, docs]
Repository Config
filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
- '*.min.js'
- 'vendor/*'
checks:
php: true
javascript: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
build:
nodes:
analysis:
project_setup:
override: ['true']
tests:
override: [php-scrutinizer-run]
tests: true