Skip to content

Commit 19fcb21

Browse files
committed
Disable Hound on test cases.
1 parent 56c63aa commit 19fcb21

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.hound.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ javascript:
1010
eslint:
1111
enabled: true
1212
config_file: js/.eslintrc.json
13+
ignore_file: .houndignore
1314

1415
jscs:
1516
enabled: true

.houndignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**/*.min.js
2+
**/vendor/*
3+
**/dist/*
4+
js/tests/*

0 commit comments

Comments
 (0)