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:
parent
56c63aa6b8
commit
19fcb21677
@ -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
4
.houndignore
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
**/*.min.js
|
||||||
|
**/vendor/*
|
||||||
|
**/dist/*
|
||||||
|
js/tests/*
|
Loading…
x
Reference in New Issue
Block a user