From: XhmikosR Date: Wed, 4 Oct 2017 06:57:38 +0000 (+0300) Subject: Hound: Disable scss. (#24221) X-Git-Tag: v4.0.0-beta.2~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3830997bd890aa02d7ce980e38984683c4fdd8;p=thirdparty%2Fbootstrap.git Hound: Disable scss. (#24221) --- diff --git a/.hound.yml b/.hound.yml index 39dfd0815c..d47b1677dd 100644 --- a/.hound.yml +++ b/.hound.yml @@ -3,6 +3,9 @@ fail_on_violations: true stylelint: config_file: build/.stylelintrc +scss: + enabled: false + jshint: enabled: false