Skip to content

RuboCop Performance 1.15.1

Compare
Choose a tag to compare
@koic koic released this 16 Nov 03:05
· 215 commits to master since this release

Bug fixes

  • #309: Fix an error for Performance/MapCompact when using map(&:do_something).compact and there is a line break after map.compact and assigning with ||=. (@koic)

Changes

  • #307: Support autocorrection even if reject is used on Performance/Count. (@r7kamura)