Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 625 Bytes

v1.17.0.md

File metadata and controls

11 lines (7 loc) · 625 Bytes

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)