build: nodes: analysis: project_setup: override: - 'true' dependencies: after: - composer require --dev squizlabs/php_codesniffer:3.3 tests: override: - php-scrutinizer-run --enable-security-analysis - command: phpcs-run use_website_config: true - command: ./run-my-tests coverage: file: target/coverage.xml format: clover filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true within: brackets: true