From 1b910ce1221d3309f228e91bfe67ac799a2d5b2a Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Sat, 20 Mar 2021 05:22:50 +0900 Subject: [PATCH] Add `StyleGuide` for `Style/StringChars` Follow https://github.com/rubocop/ruby-style-guide/pull/870. --- config/default.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/default.yml b/config/default.yml index 6300fbb830c..a1f307e792e 100644 --- a/config/default.yml +++ b/config/default.yml @@ -4496,6 +4496,7 @@ Style/StderrPuts: Style/StringChars: Description: 'Checks for uses of `String#split` with empty string or regexp literal argument.' + StyleGuide: '#string-chars' Enabled: pending Safe: false VersionAdded: '<>'