New features
Bug fixes
- #494: Fix
Performance/FixedSize
false positive whencount
is called with anumblock
. (@dvandersluis) - #492: Fix false positives for
Performance/StringIdentifierArgument
when using interpolated string argument. (@koic)
Changes
- #482: Change
Performance/CollectionLiteralInLoop
to not register offenses forArray#include?
that are optimized directly in Ruby. (@earlopain)