Skip to content

Address Style/HashEachMethods Rubocop todos

What does this MR do and why?

I got fed up with seeing these style violations and did a bulk search and replace to cover the most common cases (.keys.each => .each_key, .values.each => .each_value, etc), and then a more targeted change for the remaining ones. This will avoid these violations from being copied around in the ignored files.

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

n/a

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

n/a

Merge request reports