summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 14:44:15 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 14:44:15 +0000
commit41c6ed7b50603f5232cfe3a59a704e84c0f97d79 (patch)
treeca2593f34c7598288a8b0145d54ac47107600d10 /.rubocop.yml
parent1165790e7986d920c149afd0898bfc82a34249a5 (diff)
Updated to test for more whitespace issues.
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 2 insertions, 2 deletions
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.