for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
inherit: true tools: external_code_coverage: timeout: 600 php_cs_fixer: config: { level: psr2 } filter: paths: [tests/*,code/*]
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: use_tabs: false