RuboCop Performance 1.24.0
New features
- #490: Pluginfy RuboCop Performance. (@koic)
- #462: Add new
Performance/ZipWithoutBlockcop that checks patterns like.map { |id| [id] }or.map { [_1] }and can replace them with.zip. (@corsonknowles)
Bug fixes
- #484: Fix
Performance/CaseWhenSplatcop error onwhennode without body. (@viralpraxis)