RuboCop Performance 1.17.0
New features
Bug fixes
- #346: Fix a false positive for
Performance/StringIdentifierArgument
when using a command method with receiver. (@koic) - #344: Fix
Performance/FlatMap
autocorrection for chained methods on separate lines. (@fatkodima)