gems rubocop-performance 1.24.0
RuboCop Performance 1.24.0

6 days ago

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 on when node without body. (@viralpraxis)

Don't miss a new rubocop-performance release

NewReleases is sending notifications on new releases.