From 836edf616d6db2007f45517e0cb1af374cdd17d5 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Mon, 15 Jan 2018 21:50:46 +0100 Subject: [PATCH] Enable the Layout/SpaceBeforeComment cop --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index e3bbb5f81..6adfbace5 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -188,7 +188,7 @@ Layout/SpaceBeforeComma: Enabled: true Layout/SpaceBeforeComment: - Enabled: false + Enabled: true Layout/SpaceBeforeFirstArg: Enabled: false