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
…lityComparisonBlock`
Fixesrubocop#359.
This PR fixes a false positive for `Performance/RedundantEqualityComparisonBlock`
when the block variable is used on both sides of `==`.
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
May 17, 2023
…lityComparisonBlock`
Fixesrubocop#359.
This PR fixes a false positive for `Performance/RedundantEqualityComparisonBlock`
when the block variable is used on both sides of `==`.
Steps to reproduce the problem
I have the following code:
I run the autocorrect command:
I've got the following code:
RuboCop version
The text was updated successfully, but these errors were encountered: