Skip to content

Add frozen_string_literal magic comments to ruby sources

George Koltsov requested to merge dj-add-fsl-magic-comments into master

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.

Merge request reports