Skip to content

Bump rubocop-performance from 1.13.2 to 1.13.3

Bumps rubocop-performance from 1.13.2 to 1.13.3.

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.13.3

Bug fixes

  • #285: Fix an error for Performance/MapCompact when using map(&:do_something).compact.first and there is a line break after map.compact and receiver. (@ydah)
Changelog

Sourced from rubocop-performance's changelog.

1.13.3 (2022-03-05)

Bug fixes

  • #285: Fix an error for Performance/MapCompact when using map(&:do_something).compact.first and there is a line break after map.compact and receiver. (@ydah)
Commits
  • abe22de Cut 1.13.3
  • 3f5c024 Update Changelog
  • 714833d Merge pull request #285 from ydah/fix-map-compact-error
  • 7a4413b Fix an error for Performance/MapCompact when using `map(&:do_something).com...
  • aa7e837 Bump RuboCop RSpec to 2.9
  • 2896935 Add yamllint GitHub workflow
  • 6cd6a6f Tweak the doc for Performance/ChainArrayAllocation
  • 67f025f Tweak the installation doc
  • 8d83a6d Switch back docs version to master
  • See full diff in compare view

Merge request reports