]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Disable Hound on test cases.
authorBardi Harborow <bardi@bardiharborow.com>
Sun, 25 Dec 2016 09:18:47 +0000 (20:18 +1100)
committerBardi Harborow <bardi@bardiharborow.com>
Sun, 25 Dec 2016 09:23:22 +0000 (20:23 +1100)
.hound.yml
.houndignore [new file with mode: 0644]

index 934a9a130709f00c4e93576400202a907d77c625..6c5f60998fb50dd17076e97f96245b860229adc2 100644 (file)
@@ -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 (file)
index 0000000..7814652
--- /dev/null
@@ -0,0 +1,4 @@
+**/*.min.js
+**/vendor/*
+**/dist/*
+js/tests/*