rubocop / rubocop-performance

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

[Fix #444] Fix an incorrect autocorrect for `Performance/BlockGivenWi… #445

Open a-lavis opened 7 months ago

a-lavis commented 7 months ago

…thExplicitBlock`

Fixes #444.

This PR fixes an incorrect autocorrect for Performance/BlockGivenWithExplicitBlock when using Naming/BlockForwarding's autocorrection together.


Before submitting the PR make sure the following are checked: