Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-15 | 674 Bytes | |
RuboCop Performance 1.24.0 source code.tar.gz | 2025-02-15 | 112.8 kB | |
RuboCop Performance 1.24.0 source code.zip | 2025-02-15 | 206.2 kB | |
Totals: 3 Items | 319.7 kB | 0 |
New features
- #490: Pluginfy RuboCop Performance. (@koic)
- #462: Add new
Performance/ZipWithoutBlock
cop that checks patterns like.map { |id| [id] }
or.map { [_1] }
and can replace them with.zip
. (@corsonknowles)
Bug fixes
- #484: Fix
Performance/CaseWhenSplat
cop error onwhen
node without body. (@viralpraxis)