You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix#492] Fix false positives for Performance/StringIdentifierArgument
This PR fixes false positives for `Performance/StringIdentifierArgument`
when using interpolated string argument.
Converting a string with interpolation into a symbol degrades performance.
Fixes#492.
*[#492](https://github.com/rubocop/rubocop-performance/issues/492): Fix false positives for `Performance/StringIdentifierArgument` when using interpolated string argument. ([@koic][])
0 commit comments