Skip to content

RuboCop Performance 1.15.2

Compare
Choose a tag to compare
@koic koic released this 25 Dec 06:07
· 198 commits to master since this release

Bug fixes

  • #313: Fix a false negative for Performance/RedundantStringChars when using str.chars.last without argument. (@koic)
  • #321: Fix a false positive for Performance/Sum when using TargetRubyVersion is 2.3 or lower. (@koic)
  • #314: Fix Performance/RegexpMatch to handle ::Regexp. (@fatkodima)

Changes