aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-24 11:49:33 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-24 11:50:29 +0100
commit134742ffcd419798f451d429454460097fa9efe2 (patch)
tree38ade8cf88bfcbd1bf2344e2fc670da8265eea1e
parent52dd9cbd5c280695a11bb6de467359f7cbb58d5f (diff)
Use the EnforcedStyle key to switch from the ruby19 default to hashrockets
-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