From 89a75240b05021f32ca5eaf0cdb89e8e700e6c68 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 15 Jan 2018 22:11:18 +0100 Subject: [PATCH] Layout/SpaceInsidePercentLiteralDelimiters --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index b7f7268ef..9604af135 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -219,7 +219,7 @@ Layout/SpaceInsideParens: Enabled: true Layout/SpaceInsidePercentLiteralDelimiters: - Enabled: false + Enabled: true Layout/SpaceInsideRangeLiteral: Enabled: false