Skip to content

RuboCop Performance 1.17.0

Compare
Choose a tag to compare
@koic koic released this 09 Apr 07:13
· 124 commits to master since this release

New features

  • #347: Add AllowRegexpMatch option to Performance/RedundantEqualityComparisonBlock. (@koic)

Bug fixes

  • #346: Fix a false positive for Performance/StringIdentifierArgument when using a command method with receiver. (@koic)
  • #344: Fix Performance/FlatMap autocorrection for chained methods on separate lines. (@fatkodima)