New
RuboCop Performance v1.25.0
New features
Bug fixes
- #494: Fix
Performance/FixedSizefalse positive whencountis called with anumblock. (@dvandersluis) - #492: Fix false positives for
Performance/StringIdentifierArgumentwhen using interpolated string argument. (@koic)
Changes
- #482: Change
Performance/CollectionLiteralInLoopto not register offenses forArray#include?that are optimized directly in Ruby. (@earlopain)