mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Disable Hound on test cases.
This commit is contained in:
parent
56c63aa6b8
commit
19fcb21677
2 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ javascript:
|
|||
eslint:
|
||||
enabled: true
|
||||
config_file: js/.eslintrc.json
|
||||
ignore_file: .houndignore
|
||||
|
||||
jscs:
|
||||
enabled: true
|
||||
|
|
|
|||
4
.houndignore
Normal file
4
.houndignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
**/*.min.js
|
||||
**/vendor/*
|
||||
**/dist/*
|
||||
js/tests/*
|
||||
Loading…
Reference in a new issue