0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01: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

View File

@ -10,6 +10,7 @@ javascript:
eslint: eslint:
enabled: true enabled: true
config_file: js/.eslintrc.json config_file: js/.eslintrc.json
ignore_file: .houndignore
jscs: jscs:
enabled: true enabled: true

4
.houndignore Normal file
View File

@ -0,0 +1,4 @@
**/*.min.js
**/vendor/*
**/dist/*
js/tests/*