[Fix #178] Add new `Performance/SelectMap` cop by koic · Pull Request #211 · rubocop/rubocop-performance
Fixes #178 and #193. This PR adds new Performance/SelectMap cop. In Ruby 2.7, Enumerable#filter_map has been added. This cop identifies places where select.map can be replaced by filter_map. And it...