Skip to content

RuboCop Performance v1.27.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Aug 05:00
· 1 commit to master since this release

Bug fixes

  • #532: Fix false negatives for Performance/ChainArrayAllocation when using flat_map, filter_map, and collect_concat. (@koic)

Changes

  • #530: Speed up loading rubocop-performance by lazily loading only the cops needed for a run. This requires RuboCop 1.89.0+. (@koic)