aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.hound.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.hound.yml b/.hound.yml
index 574cfe7ac..01bb3875d 100644
--- a/.hound.yml
+++ b/.hound.yml
@@ -5,7 +5,4 @@ Style/IndentationWidth:
Enabled: false
Style/HashSyntax:
- Description: >-
- Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax
- { :a => 1, :b => 2 }.
- Enabled: false
+ EnforcedStyle: hash_rockets