From e6dce79abd01043249a7ec93d3ebac09ca9fd58d Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Tue, 7 Sep 2021 10:08:22 -0400 Subject: [PATCH] enforce single quote strings (#88) --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 88de2b5..d527db3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -8,7 +8,7 @@ Style/ClassAndModuleChildren: Style/WordArray: EnforcedStyle: 'brackets' Style/StringLiterals: - EnforcedStyle: 'double_quotes' + EnforcedStyle: 'single_quotes' # layout Layout/HashAlignment: