Skip to content

Commit

Permalink
Disable Hound on test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
bardiharborow committed Dec 25, 2016
1 parent 56c63aa commit 19fcb21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .hound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ javascript:
eslint:
enabled: true
config_file: js/.eslintrc.json
ignore_file: .houndignore

jscs:
enabled: true
Expand Down
4 changes: 4 additions & 0 deletions .houndignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/*.min.js
**/vendor/*
**/dist/*
js/tests/*

0 comments on commit 19fcb21

Please sign in to comment.