for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# .scrutinizer.yml build: nodes: analysis: project_setup: override: true tests: override: [php-scrutinizer-run] tools: external_code_coverage: true filter: excluded_paths: - "tests/" - "RoboFile.php"
# language: php checks: php: true