From 41c6ed7b50603f5232cfe3a59a704e84c0f97d79 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 14:44:15 +0000 Subject: Updated to test for more whitespace issues. --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 59d170b..b9c22bc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -373,7 +373,7 @@ Style/SpaceAroundOperators: # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. Style/SpaceBeforeBlockBraces: - Enabled: false + Enabled: true # Offense count: 2 # Cop supports --auto-correct. @@ -384,7 +384,7 @@ Style/SpaceBeforeComma: # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters. Style/SpaceInsideBlockBraces: - Enabled: false + Enabled: true # Offense count: 41 # Cop supports --auto-correct. -- cgit v1.2.1