build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - command: 'vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover' tests: true filter: excluded_paths: - 'tests/*' - 'lib/*' checks: php: true coding_style: php: indentation: switch: indent_case: false spaces: around_operators: bitwise: false concatenation: true