diff --git a/style/ruby/.rubocop.yml b/style/ruby/.rubocop.yml index ec4a841b..ac4f939b 100644 --- a/style/ruby/.rubocop.yml +++ b/style/ruby/.rubocop.yml @@ -346,7 +346,7 @@ Style/SpecialGlobalVars: Style/StringLiterals: Description: 'Checks if uses of quotes match the configured preference.' StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#consistent-string-literals' - EnforcedStyle: double_quotes + EnforcedStyle: single_quotes Enabled: true Style/TrailingCommaInArguments: