aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-06-26 10:58:29 +0100
committerLouise Crow <louise.crow@gmail.com>2014-06-26 11:07:43 +0100
commit5a4ccf005f22d36bedf47c88e16c3fec49c5b2a8 (patch)
tree1ab72198413ce8cac1e04d96d42164da7e7e454d
parent7f542208a9b686070552205b3b99b0bca0e1f816 (diff)
Removing houndci.com config
It's producing too many style messages at the moment. Consistent style is good, but we don't want it at the risk of discouraging contributions. Maybe we can restore it when we have a more consistent house style to work from.
-rw-r--r--.hound.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/.hound.yml b/.hound.yml
deleted file mode 100644
index 8f5697eda..000000000
--- a/.hound.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# Configuration for https://houndci.com/
-
-IndentationWidth:
- Description: 'Use 2 spaces for indentation.'
- Enabled: false
-
-HashSyntax:
- EnforcedStyle: hash_rockets
-
-LineLength:
- Enabled: false