for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# .scrutinizer.yml # Used to enable Code Rating/Code Smells and Test Coverage Badge checks: php: code_rating: true duplication: true tools: external_code_coverage: timeout: 3000
checks: php: true filter: { } coding_style: php: { }