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 #437] Fix a false positive for `Performance/ChainArrayAllocation` #439

Closed koic closed 9 months ago

koic commented 9 months ago

Fixes #437.

This PR fixes a false positive for Performance/ChainArrayAllocation when using select with block argument after select.


Before submitting the PR make sure the following are checked: