checks: php: code_rating: true duplication: true
filter: paths: - 'app/*' excluded_paths: - 'app/views/*' - 'app/config/*' - 'app/database/*' checks: php: true javascript: true coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false