# .scutinizer.yml checks: php: code_rating: true duplication: true filter: excluded_paths: - "Resources/public/*" - "Tests/*" - "vendor/*" tools: php_analyzer: true php_code_sniffer: true php_cpd: true php_cs_fixer: true php_loc: true php_mess_detector: true php_pdepend: true sensiolabs_security_checker: true
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true environment: node: version: 6.0.0 checks: php: true javascript: true coding_style: php: spaces: around_operators: concatenation: true filter: { }