filter:
excluded_paths:
- 'app/admin/adminer/*'
- 'app/tests/*'
- 'app/var/*'
- 'tests/*'
dependency_paths:
- 'app/node_modules/*'
- 'app/vendor/*'
checks:
php: true
javascript: true
coding_style:
php: { }
tools:
external_code_coverage: true
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run --sub-project-dir=app/
- phpcs-run app
- js-scrutinizer-run
- cd bin
- shellcheck-run