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

Fix new RuboCop offence #327

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Fix new RuboCop offence #327

merged 1 commit into from
Sep 1, 2024

Conversation

tagliala
Copy link
Member

@tagliala tagliala commented Sep 1, 2024

Style/RedundantInterpolationUnfreeze. In Ruby >= 3.0, interpolated strings are already unfrozen.

Comparison:
         "test #{1}":  8929208.6 i/s
        +"test #{1}":  7853049.9 i/s - 1.14x  (± 0.00) slower

`Style/RedundantInterpolationUnfreeze`. In Ruby >= 3.0, interpolated
strings are already unfrozen.

```
Comparison:
         "test #{1}":  8929208.6 i/s
        +"test #{1}":  7853049.9 i/s - 1.14x  (± 0.00) slower
```
@tagliala tagliala merged commit 2d67ff0 into master Sep 1, 2024
19 checks passed
@tagliala tagliala deleted the chore/update-dependencies branch September 1, 2024 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant