Skip to content

RuboCop Performance 1.8.0

Compare
Choose a tag to compare
@koic koic released this 04 Sep 07:05
· 554 commits to master since this release

New features

Bug fixes

  • #159: Fix a false positive for Performance/AncestorsInclude when receiver is a variable. (@koic)

Changes

  • #157: Extend Performance/Detect cop with check for filter method and Performance/Count cop with checks for find_all and filter methods. (@fatkodima)
  • #154: Require RuboCop 0.87 or higher. (@koic)