2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Disable Hound on test cases.

This commit is contained in:
Bardi Harborow
2016-12-25 20:18:47 +11:00
parent 56c63aa6b8
commit 19fcb21677
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ javascript:
eslint:
enabled: true
config_file: js/.eslintrc.json
ignore_file: .houndignore
jscs:
enabled: true
+4
View File
@@ -0,0 +1,4 @@
**/*.min.js
**/vendor/*
**/dist/*
js/tests/*