Skip to content

RuboCop Performance 1.14.3

Compare
Choose a tag to compare
@koic koic released this 17 Jul 07:17
· 241 commits to master since this release

Bug fixes

  • #296: Fix a false negative for Performance/StringIdentifierArgument when using instance_variable_defined?. (@koic)
  • #294: Fix a false negative for Performance/ChainArrayAllocation when using array.first(do_something).uniq. (@koic)