diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-25 15:48:47 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-25 15:48:47 +0100 |
commit | bb9184ffe51e0d7da4a2c1dacde722aaa57e16c6 (patch) | |
tree | cbad370b6c681a5229484162219aa40b4470f728 | |
parent | 9ff7d18662de6aa345a3317ded7e65eba3761907 (diff) |
Strip prefix from syntax following the example on https://houndci.com/configuration
-rw-r--r-- | .hound.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.hound.yml b/.hound.yml index 01bb3875d..7e83ba724 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,8 +1,8 @@ # Configuration for https://houndci.com/ -Style/IndentationWidth: +IndentationWidth: Description: 'Use 2 spaces for indentation.' Enabled: false -Style/HashSyntax: +HashSyntax: EnforcedStyle: hash_rockets |