filter: paths: - 'src/*' - 'tests/*' tools: php_code_sniffer: config: standard: PSR2
# language: php checks: php: true tools: external_code_coverage: timeout: 3600 build_failure_conditions: - 'issues.label("coding-style").exists' build: nodes: analysis: tests: override: - command: phpcs-run use_website_config: true - php-scrutinizer-run