rubocop / rubocop-performance

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

Improve `Performance/MapCompact` to handle more safe navigation calls #391

Closed fatkodima closed 9 months ago

fatkodima commented 9 months ago

Fixes https://github.com/rubocop/rubocop-performance/issues/389.

koic commented 9 months ago

CI has been failed. Can you rebase with the latest master branch?

fatkodima commented 9 months ago

Updated.

koic commented 9 months ago

Thanks!