Skip to content

RuboCop Performance 1.11.5

Compare
Choose a tag to compare
@koic koic released this 18 Aug 03:17
· 408 commits to master since this release

Bug fixes

  • #255: Fix a false positive for Performance/RedundantEqualityComparisonBlock when using block argument is used for an argument of operand. (@koic)
  • #257: Fix an incorrect auto-correct for Performance/MapCompact when using multi-line collection.map { ... }.compact as a method argument. (@koic)