New features
- #276: Add new
Performance/StringIdentifierArgument
cop. (@koic) - #204: Add
Performance/Sum
option to ignore potential false positives. (@leoarnold) - #269: Add
#to_d
support toBigDecimalWithNumericArgument
. (@leoarnold)
Bug fixes
- #277: Fix an incorrect autocorrect for
Performance/MapCompact
when usingmap.compact.first
and there is a line break aftermap.compact
and receiver. (@koic) - #273: Fix an incorrect autocorrect for
Performance/RedundantStringChars
when usingstr.chars[0]
. (@koic)