filter: paths: - 'app/*' excluded_paths: - 'app/views/*' - 'app/config/*' - 'app/database/*' - 'app/Console/Commands/Migrate.php' - 'app/Console/Commands/Markdown.php' - 'app/Services/Markdown/*' - 'tests/*' checks: php: true coding_style: php: spaces: before_parentheses: closure_definition: true around_operators: concatenation: true