Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-01 | 876 Bytes | |
RuboCop Performance v1.25.0 source code.tar.gz | 2025-04-01 | 114.2 kB | |
RuboCop Performance v1.25.0 source code.zip | 2025-04-01 | 208.6 kB | |
Totals: 3 Items | 323.6 kB | 0 |
New features
Bug fixes
- #494: Fix
Performance/FixedSize
false positive whencount
is called with anumblock
. (@dvandersluis) - #492: Fix false positives for
Performance/StringIdentifierArgument
when using interpolated string argument. (@koic)
Changes
- #482: Change
Performance/CollectionLiteralInLoop
to not register offenses forArray#include?
that are optimized directly in Ruby. (@earlopain)