Skip to content

Fix ExperimentsTestCoverage cop rule for haml files

What does this MR do and why?

haml-lint doesn't create *.rb files for *.haml views anymore - #415330 (comment 1927456739) Fixing broken rubocop rule.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

bundle exec haml-lint app/views/devise/shared/_signup_box_form.html.haml should pass.

Related to #463511 (closed)

Edited by Serhii Yarynovskyi

Merge request reports