diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-25 17:54:03 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-25 17:54:03 +0100 |
commit | 7f542208a9b686070552205b3b99b0bca0e1f816 (patch) | |
tree | dcae1d75c813ca541e2660d2bbf81b9d07047a4a | |
parent | bb9184ffe51e0d7da4a2c1dacde722aaa57e16c6 (diff) |
Don't check line length until we change the tab default to 2 spaces
-rw-r--r-- | .hound.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml index 7e83ba724..8f5697eda 100644 --- a/.hound.yml +++ b/.hound.yml @@ -6,3 +6,6 @@ IndentationWidth: HashSyntax: EnforcedStyle: hash_rockets + +LineLength: + Enabled: false |