From 359a9a863be00d03bb7842b1c13a55fb3ddf769a Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 15 Jan 2018 21:45:50 +0100 Subject: [PATCH] Enable the Layout/SpaceAfterNot cop --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 782a46cc3..b8d3c2012 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -164,7 +164,7 @@ Layout/SpaceAfterMethodName: Enabled: true Layout/SpaceAfterNot: - Enabled: false + Enabled: true Layout/SpaceAfterSemicolon: Enabled: false