From: Bardi Harborow Date: Sun, 25 Dec 2016 09:18:47 +0000 (+1100) Subject: Disable Hound on test cases. X-Git-Tag: v4.0.0-alpha.6~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19fcb216770c7813878fa413874311548a3de15a;p=thirdparty%2Fbootstrap.git Disable Hound on test cases. --- diff --git a/.hound.yml b/.hound.yml index 934a9a1307..6c5f60998f 100644 --- a/.hound.yml +++ b/.hound.yml @@ -10,6 +10,7 @@ javascript: eslint: enabled: true config_file: js/.eslintrc.json + ignore_file: .houndignore jscs: enabled: true diff --git a/.houndignore b/.houndignore new file mode 100644 index 0000000000..7814652fb3 --- /dev/null +++ b/.houndignore @@ -0,0 +1,4 @@ +**/*.min.js +**/vendor/* +**/dist/* +js/tests/*