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 #448] Fix a false positive for `Performance/RedundantBlockCall` #449

Closed koic closed 7 months ago

koic commented 7 months ago

Fixes #448.

This PR fixes a false positive for Performance/RedundantBlockCall when using block.call with block argument.


Before submitting the PR make sure the following are checked: