for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
imports: - php filter: excluded_paths: [test/*] tools: external_code_coverage: true
filter: excluded_paths: - 'vendor/*' - 'test/*' - '*.tpl.php' checks: php: true coding_style: php: spaces: within: brackets: true build: true