Add Performance/StringIdentifierArgument rule
It was added in rubocop-performance 1.13.0. We were already applying it in most places. We aren't adding it for performance reasons but in order to make the code more consistent.
This commit is contained in:
@@ -224,6 +224,9 @@ Performance/EndWith:
|
||||
Performance/StartWith:
|
||||
Enabled: true
|
||||
|
||||
Performance/StringIdentifierArgument:
|
||||
Enabled: true
|
||||
|
||||
Performance/Sum:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user