Checkout Config
filter:
paths: ['app/*', 'resources/*', 'module.php']
dependency_paths:
- app/Maps/
excluded_paths:
- resources/mappings/
coding_style:
php:
indentation:
general:
size: 4
build:
environment:
php: 8.0
Repository Config
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
filter:
excluded_paths:
- 'app/*'
checks:
php: true
coding_style:
php:
indentation:
general:
size: 44
spaces:
around_operators:
assignment: false