for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
tools: external_code_coverage: timeout: 1500 #15 min checks: php: code_rating: true duplication: true filter: paths: - src/*
checks: php: true filter: { } coding_style: php: spaces: around_operators: concatenation: true within: brackets: true