imports: - php checks: php: code_rating: true duplication: true tools: php_sim: false php_cpd: false filter: excluded_paths: - config/* - docs/* - tests/* - vendor/*
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - js-scrutinizer-run checks: php: true javascript: true coding_style: php: spaces: around_operators: concatenation: true within: brackets: true filter: { }