RuboCop Performance 1.22.0
Bug fixes
- #454: Fix false positives for
Performance/BigDecimalWithNumericArgumentwhen using BigDecimal 3.1+. (@koic)
Changes
- #385: Disable
Performance/BlockGivenWithExplicitBlockby default. (@earlopain) - #407: Make
Performance/DoubleStartEndWithaware of safe navigation. (@earlopain)