Skip to content

Releases: rubocop/rubocop-performance

RuboCop Performance 1.4.0

20 Jun 06:14
Compare
Choose a tag to compare

Bug fixes

  • #54: Fix Performance/FixedSize to accept const assign with some operation. (@tejasbubane)
  • #61: Fix a false negative for Performance/RegexpMatch when using RuboCop 0.71 or higher. (@koic)

RuboCop Performance 1.3.0

13 May 09:44
Compare
Choose a tag to compare

Bug fixes

  • #48: Reduce Performance/RegexpMatch false positive by only flagging match used with Regexp/String/Symbol literals. (@dduugg)

Changes

RuboCop Performance 1.2.0

13 May 09:35
Compare
Choose a tag to compare

Bug fixes

  • #47: Fix a false negative for Performance/RegexpMatch when using RuboCop 0.68 or higher. (@koic)

RuboCop Performance 1.1.0

08 Apr 08:04
376e747
Compare
Choose a tag to compare

Changes

  • #39: Remove Performance/LstripRstrip cop. (@koic)
  • #39: Remove Performance/RedundantSortBy, Performance/UnneededSort and Performance/Sample cops. (@koic)

RuboCop Performance 1.0.0

14 Mar 10:44
f6a6e23
Compare
Choose a tag to compare

New features