-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Performance/StringIdentifierArgument unsafe autocorrection #289
Labels
bug
Something isn't working
Comments
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
May 18, 2022
…ierArgument` Fixes rubocop#289. This PR fixes a false positive for `Performance/StringIdentifierArgument` when using namespaced class string argument.
8 tasks
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
May 18, 2022
…ierArgument` Fixes rubocop#289. This PR fixes a false positive for `Performance/StringIdentifierArgument` when using namespaced class string argument.
koic
added a commit
that referenced
this issue
May 21, 2022
…e_string_identifier_argument [Fix #289] Fix a false positive for `Performance/StringIdentifierArgument`
@koic awesome! |
@juanibiapina Yeah, RuboCop Performance 1.14 has been released. Thank you for your feedback! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This cop autocorrects this:
into
Which then explodes with:
RuboCop version
The text was updated successfully, but these errors were encountered: