Add frozen_string_literal magic comments to ruby sources
What does this MR do and why?
Adds # frozen_string_literal: true
magic comment to the start of all Ruby sources
Remove .freeze
invocations on Strings
Re-enable Style/FrozenStringLiteralComment
cop
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.