filter: excluded_paths: [tests/*] tools: external_code_coverage: true php_analyzer: true php_mess_detector: true php_sim: true sensiolabs_security_checker: true php_changetracking: true php_cs_fixer: config: { level: psr2 } checks: php: code_rating: true
filter: paths: - 'app/*' excluded_paths: - 'app/views/*' - 'app/config/*' - 'app/database/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: false within: brackets: true build: true