filter: paths: - 'app/*' excluded_paths: - 'app/views/*' - 'app/config/*' - 'app/database/*' checks: php: true javascript: true coding_style: php: indentation: general: size: 1 spaces: around_operators: concatenation: true other: after_type_cast: false