checks: php: code_rating: true duplication: true filter: excluded_paths: - test/* - vendor/* before_commands: - composer install --prefer-source
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 filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: indentation: general: size: 8 spaces: around_operators: negation: true