Skip to content

Bump rubocop-performance from 1.14.0 to 1.14.2

Bumps rubocop-performance from 1.14.0 to 1.14.2.

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.14.2

Bug fixes

  • #292: Fix a false positive for Performance/RegexpMatch when TargetRubyVersion: 2.3. (@koic)

RuboCop Performance 1.14.1

Bug fixes

  • #291: Fix Performance/MapCompact autocorrect causing invalid syntax when using multiline map { ... }.compact as an argument for an assignment method. (@QQism)
Changelog

Sourced from rubocop-performance's changelog.

1.14.2 (2022-06-08)

Bug fixes

  • #292: Fix a false positive for Performance/RegexpMatch when TargetRubyVersion: 2.3. (@koic)

1.14.1 (2022-06-05)

Bug fixes

  • #291: Fix Performance/MapCompact autocorrect causing invalid syntax when using multiline map { ... }.compact as an argument for an assignment method. (@QQism)
Commits
  • e938e5b Cut 1.14.2
  • ca01037 Update Changelog
  • 94170b0 Merge pull request #292 from koic/fix_a_false_positive_for_performance_regexp...
  • 10d1b94 Fix a false positive for Performance/RegexpMatch
  • 1c78b72 Switch back docs version to master
  • 1b7a740 Cut 1.14.1
  • 9826c77 Update Changelog
  • 02af7cf Follow the version specification ~ for antora.yml
  • 297d8c7 Merge pull request #291 from QQism/qq/fix/autocorrection-performance-mapcompa...
  • 2ac0334 Fix Performance/MapCompact autocorrect causing invalid syntax
  • Additional commits viewable in compare view

Merge request reports