Skip to content

RuboCop Performance v1.26.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Oct 08:51
· 10 commits to master since this release

Bug fixes

  • #517: Fix false positives for Performance/RedundantStringChars when using str.chars[0, 2]. (@koic)

Changes

  • #520: Disable Performance/BigDecimalWithNumericArgument by default. (@earlopain)