-
-
Notifications
You must be signed in to change notification settings - Fork 83
Pull requests: rubocop/rubocop-performance
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Change
Performance/CollectionLiteralInLoop
to not register offenses for Array#include?
that are optimized directly in Ruby.
#488
opened Jan 25, 2025 by
Earlopain
Loading…
7 of 8 tasks
Caller: use lonely operator to safely call
#first
#476
opened Nov 2, 2024 by
chastell
Loading…
8 tasks done
[Fix #444] Fix an incorrect autocorrect for `Performance/BlockGivenWi…
#445
opened Feb 16, 2024 by
a-lavis
Loading…
8 tasks done
Add new
ArrayPushSingle
cop to replace a.push(x)
with a << x
#433
opened Jan 12, 2024 by
amomchilov
Loading…
8 tasks done
ProTip!
Add no:assignee to see everything that’s not assigned.