filter: excluded_paths: - 'vendor/*' - 'tests/*' paths: - 'src/*' tools: external_code_coverage: timeout: 1200 runs: 1 php_cpd: enabled: true php_code_sniffer: enabled: true config: standard: PSR12 php_cs_fixer: enabled: true php_hhvm: enabled: true config: use_undeclared_constant: false php_mess_detector: enabled: true config: controversial_rules: superglobals: false php_pdepend: enabled: true php_analyzer: enabled: true sensiolabs_security_checker: true
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: within: brackets: true