build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true checks: php: true filter: excluded_paths: - "tests/" # Everything in a root level "tests" directory will be excluded tools: external_code_coverage: true
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true checks: php: fix_line_ending: true coding_style: php: spaces: around_operators: assignment: false within: brackets: true filter: { }