build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
- js-scrutinizer-run
tests: true
environment:
php: 7.4.3 # match Dayna for now
variables:
APP_SECRET: '60f86b9041f9d83add056497f9616159ca90c437'
filter:
excluded_paths:
- 'tests/*'
- 'bin/*'
- '*.min.js'
- '*/vendor/*'
checks:
php: true
javascript: true
coding_style:
php:
spaces:
around_operators:
concatenation: true