filter: paths: - 'app/*' excluded_paths: - 'app/views/*' - 'app/config/*' - 'app/database/*' - '*.min.js' - '*/vendor/*' checks: php: true javascript: true coding_style: php: spaces: around_operators: concatenation: true within: brackets: true build: true