From ffe6e0d996b9255277d04131d3ab83024b69bd27 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 12 May 2016 14:00:49 -0500 Subject: [PATCH] rubocop: enforce Style/StringLiterals --- .rubocop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 88217446..92909eec 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -191,7 +191,6 @@ Style/SpaceAroundOperators: Style/SpaceInsideBrackets: Enabled: false Style/StringLiterals: - Enabled: false EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes