for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: excluded_paths: - 'tests/*' coding_style: php: { } checks: php: code_rating: true duplication: true build: true filter: { } tools: external_code_coverage: true php_cs_fixer: true