Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style/RedundantFreeze and string literals #8703

Closed
marcandre opened this issue Sep 11, 2020 · 1 comment
Closed

Style/RedundantFreeze and string literals #8703

marcandre opened this issue Sep 11, 2020 · 1 comment
Labels
enhancement good first issue Easy task, suitable for newcomers to the project help wanted

Comments

@marcandre
Copy link
Contributor

Interpolated string literals will no longer be frozen in Ruby 3.0: https://bugs.ruby-lang.org/issues/17104#note-16

The cop Style/RedundantFreeze will need to exclude those.

@FnControlOption
Copy link
Contributor

#10006 replaced #8743 and is merged, so this can be closed now, I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good first issue Easy task, suitable for newcomers to the project help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants