Bump rubocop-performance from 1.9.0 to 1.9.1
Bumps rubocop-performance from 1.9.0 to 1.9.1.
Release notes
Sourced from rubocop-performance's releases.
RuboCop Performance 1.9.1
Bug fixes
- #185: Fix incorrect replacement recommendation for
Performance/ChainArrayAllocation
. (@fatkodima)Changes
- #197: Disable
Performance/ArraySemiInfiniteRangeSlice
cop. (@tejasbubane)
Changelog
Sourced from rubocop-performance's changelog.
1.9.1 (2020-11-28)
Bug fixes
- #185: Fix incorrect replacement recommendation for
Performance/ChainArrayAllocation
. (@fatkodima)Changes
- #197: Disable
Performance/ArraySemiInfiniteRangeSlice
cop. (@tejasbubane)
Commits
-
cdacace
Cut 1.9.1 -
50bfeba
Merge pull request #199 from tejasbubane/fix-197 -
7503710
[Fix #197] DisablePerformance/ArraySemiInfiniteRangeSlice
cop -
d460877
Merge pull request #196 from fatkodima/fix-chain-array-allocation-offense -
04bffd6
Fix incorrect replacement recommendation forPerformance/ChainArrayAllocation
-
fd9e060
Switch back docs version to master - See full diff in compare view