Skip to content

RuboCop Performance 1.21.0

Latest
Compare
Choose a tag to compare
@koic koic released this 30 Mar 10:15
· 7 commits to master since this release

New features

  • #446: Support Prism as a Ruby parser (experimental). (@koic)

Bug fixes

  • #437: Fix a false positive for Performance/ChainArrayAllocation when using select with block argument after select. (@koic)
  • #448: Fix a false positive for Performance/RedundantBlockCall when using block.call with block argument. (@koic)

Changes