filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { }
inherit: true tools: js_hint: true php_code_sniffer: config: standard: PSR2 php_cs_fixer: config: level: all php_mess_detector: true php_analyzer: filter: excluded_paths: ["*/Tests/*"] sensiolabs_security_checker: true