for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: paths: - src/* excluded_paths: - src/AppBundle/Tests/* tools: php_analyzer: true external_code_coverage: timeout: 300 runs: 1 checks: php: code_rating: true duplication: true