Skip to content

RuboCop Performance 1.11.4

Compare
Choose a tag to compare
@koic koic released this 07 Jul 08:44
· 384 commits to master since this release

Bug fixes

  • #247: Fix an incorrect auto-correct for Performance/MapCompact when using multi-line trailing dot method calls. (@koic)
  • #249: Fix a false positive for Performance/RedundantStringChars when using str.chars.last and str.chars.drop. (@koic)
  • #252: Fix an incorrect auto-correct for Performance/UnfreezeString when invoking a method after String.new with a string. (@koic)

Changes

  • #245: Mark Performance/DeletePrefix and Performance/DeleteSuffix as unsafe. (@koic)