rubocop / rubocop-performance

An extension of RuboCop focused on code performance checks.
https://docs.rubocop.org/rubocop-performance
MIT License
682 stars 80 forks source link

Fix false negatives for `Performance/StringIdentifierArgument` #428

Closed koic closed 10 months ago

koic commented 10 months ago

This PR fixes false negatives for Performance/StringIdentifierArgument when using multiple string arguments.

e.g., alias_method 'new', 'original'


Before submitting the PR make sure the following are checked: