Skip to content

Style/RedundantFreeze: Fix offenses in app/

Peter Leitzen requested to merge pl-rubocop-fix-style-redundant-freeze-3 into master

What does this MR do and why?

This MR fixes some offenses for Style/RedundantFreeze.

Regexp and Range literals are frozen objects since Ruby 3.0.

From Ruby 3.0, this cop allows explicit freezing of interpolated string literals when # frozen-string-literal: true is used.

Auto-corrected via:

rubocop -a --only Style/RedundantFreeze app

🚋 MR train

How to set up and validate locally

REVEAL_RUBOCOP_TODO=1 rubocop --only Style/RedundantFreeze app

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 Peter Leitzen

Merge request reports