Skip to content

RuboCop Performance 1.22.0

Compare
Choose a tag to compare
@koic koic released this 16 Sep 08:22
· 7 commits to master since this release

Bug fixes

  • #454: Fix false positives for Performance/BigDecimalWithNumericArgument when using BigDecimal 3.1+. (@koic)

Changes

  • #385: Disable Performance/BlockGivenWithExplicitBlock by default. (@earlopain)
  • #407: Make Performance/DoubleStartEndWith aware of safe navigation. (@earlopain)