Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Enable Performance/RedundantSortBy
If elements are comparable, then calling `Enumerable#sort_by { |x| x }` is redundant. Instead just call `Enumerable#sort`.
- Loading branch information