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

Make some cops aware of safe navigation operator #420

Closed koic closed 9 months ago

koic commented 9 months ago

Fixes #403, #404, #405, #406, #408, #411, #412, #413, #415, #416, and #417.

This PR makes Performance/Count, Performance/FixedSize, Performance/FlatMap, Performance/InefficientHashSearch, Performance/RangeInclude, Performance/RedundantSortBlock, Performance/ReverseFirst, Performance/SelectMap, Performance/Size Performance/SortReverse, and Performance/TimesMap cops aware of safe navigation operator.


Before submitting the PR make sure the following are checked: