From b7a74cb19c814c0d0de2c02d4951ec5154eaef0a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 28 Mar 2015 01:27:01 -0700 Subject: [PATCH] Explicitly disable other Hound checks --- .hound.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.hound.yml b/.hound.yml index 67bae7fd..76f1d543 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,3 +1,12 @@ scss: enabled: false config_file: scss/.scss-style.yml + +ruby: + enabled: false + +coffee_script: + enabled: false + +java_script: + enabled: false