for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: paths: - app/ excluded_paths: - tests/* - spec/* tools: external_code_coverage: timeout: 600 php_code_sniffer: config: standard: "PSR2" php_cs_fixer: config: { level: psr2 } checks: php: code_rating: true duplication: true