From: Chris Rebert Date: Tue, 15 Mar 2016 06:02:13 +0000 (-0700) Subject: Port #19482 to v3 X-Git-Tag: v3.3.7~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f6efbbaed0fa343566f180b4fe62feda136a86;p=thirdparty%2Fbootstrap.git Port #19482 to v3 [ci skip] --- diff --git a/.hound.yml b/.hound.yml index ac4d16c305..9b988b67fc 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1,6 +1,12 @@ +fail_on_violations: true + +scss: + enabled: false + javascript: + enabled: true config_file: js/.jshintrc + +jscs: enabled: true -scss: - enabled: false -fail_on_violations: true + config_file: js/.jscsrc