RedundantSplitRegexpArgument false positive when splitting by one space · Issue #222 · rubocop/rubocop-performance

The check triggers on the following line of code parts = data.split(/ /) # split by exactly one space and suggests replacing with a string C: Performance/RedundantSplitRegexpArgument: Use string as...