imports: - php filter: excluded_paths: - '*.min.js' - 'core/*' - 'default/public/javascript/jquery/*' dependency_paths: - 'core/' checks: php: fix_php_opening_tag: false remove_php_closing_tag: false no_mixed_inline_html: false require_braces_around_control_structures: false psr2_control_structure_declaration: false avoid_superglobals: false security_vulnerabilities: false no_exit: false build: nodes: tests: true analysis: tests: override: - command: phpcs-run use_website_config: true - php-scrutinizer-run