Skip to content

Commit

Permalink
Actually enforce 1.8 hash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gfontenot committed Mar 27, 2014
1 parent 020e76e commit 211bdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ HashSyntax:
Description: >
Use Ruby 1.8 hash syntax { :a => 1, :b => 2 }.
We need to support older system ruby installations.
EnforcedStyle: ruby18
EnforcedStyle: hash_rockets
Enabled: true

0 comments on commit 211bdab

Please sign in to comment.