Skip to content

Style/RedundantFreeze: Fix offenses in lib/[a-f]* lib/[h-z]*

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 lib/[a-f]* lib/[h-z]* lib/gitaly

🚋 MR train

How to set up and validate locally

REVEAL_RUBOCOP_TODO=1 rubocop --only Style/RedundantFreeze lib/[a-f]* lib/[h-z]* lib/gitaly

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