Releases: rubocop/rubocop-performance
Releases · rubocop/rubocop-performance
RuboCop Performance 1.4.0
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
Bug fixes
- #48: Reduce
Performance/RegexpMatch
false positive by only flaggingmatch
used with Regexp/String/Symbol literals. (@dduugg)
Changes
- #52: Drop support for Ruby 2.2. (@bquorning)
RuboCop Performance 1.2.0
RuboCop Performance 1.1.0
RuboCop Performance 1.0.0
New features
- Extract performance cops from rubocop-hq/rubocop repository. (@composerinteralia, @koic)