Skip to content

RuboCop Performance 1.4.1

Compare
Choose a tag to compare
@koic koic released this 29 Jul 04:33
· 671 commits to master since this release

Bug fixes

  • #67: Fix an error for Performance/RedundantMerge when MaxKeyValuePairs option is set to null. (@koic)
  • #73: Fix a false negative for Performance/RegexpMatch when MatchData is not detected in if branch of guard condition. (@koic)