From: Mark Otto Date: Sun, 7 Feb 2016 00:07:24 +0000 (-0800) Subject: Fixes #18562: Disable Hound for Ruby X-Git-Tag: v4.0.0-alpha.3~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be6b914675cc6ff53bcb47c1d2b2d4b672bd1bb;p=thirdparty%2Fbootstrap.git Fixes #18562: Disable Hound for Ruby --- diff --git a/.hound.yml b/.hound.yml index 1dd8ae609d..66bc1ae7cb 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,6 +1,10 @@ -javascript: - enabled: false scss: config_file: scss/.scss-lint.yml enabled: true ignore_file: scss/_normalize.scss + +javascript: + enabled: false + +ruby: + enabled: false