From 3d84e023efca3d1309002a55cd4921792676d305 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Wed, 25 Oct 2017 11:10:57 +0800 Subject: [PATCH] Exclude templates from StringLiterals check --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index f12289800a3..a75f1be66a9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -64,6 +64,8 @@ Style/SignalException: Style/StringLiterals: EnforcedStyle: double_quotes + Exclude: + - lib/bundler/templates/* Style/StringLiteralsInInterpolation: EnforcedStyle: double_quotes