Skip to content

Draft: Use ERB::Util to cals method like h, html_escape, etc

What does this MR do and why?

Refactor all calls to h, html_escape, html_escape_once to use specifically from ERB::Util These are the ones that I've found while working on !132834 (merged)

Reference:

  1. All these occurrences will have to be refactored when the cop in this issue is implemented.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Helio Cola

Merge request reports

Loading