# .scrutinizer.yml tools: external_code_coverage: true checks: php: code_rating: true duplication: true python: code_rating: true duplicate_code: true
filter: paths: - 'app/*' excluded_paths: - 'app/views/*' - 'app/config/*' - 'app/database/*' checks: php: true javascript: true coding_style: php: spaces: within: brackets: true