Skip to content

RuboCop Performance 1.18.0

Compare
Choose a tag to compare
@koic koic released this 21 May 01:50
· 102 commits to master since this release

Bug fixes

  • #359: Fix a false positive for Performance/RedundantEqualityComparisonBlock when the block variable is used on both sides of ==. (@koic)
  • #351: Fix an incorrect autocorrect for Performance/ConstantRegexp and Performance/RegexpMatch when autocorrecting both at the same time. (@fatkodima)

Changes