Skip to content

RuboCop Performance 1.4.0

Compare
Choose a tag to compare
@koic koic released this 20 Jun 06:14
· 721 commits to master since this release

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)