diff options
| author | Bardi Harborow <[email protected]> | 2016-12-25 20:18:47 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2016-12-25 20:23:22 +1100 |
| commit | 19fcb216770c7813878fa413874311548a3de15a (patch) | |
| tree | f0ca8e3a66236cad9922a85730602d107b1d80bf | |
| parent | 56c63aa6b8d6c2013d067a1e006f74b0e346f22f (diff) | |
| download | bootstrap-19fcb216770c7813878fa413874311548a3de15a.tar.xz bootstrap-19fcb216770c7813878fa413874311548a3de15a.zip | |
Disable Hound on test cases.
| -rw-r--r-- | .hound.yml | 1 | ||||
| -rw-r--r-- | .houndignore | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.hound.yml b/.hound.yml index 934a9a130..6c5f60998 100644 --- a/.hound.yml +++ b/.hound.yml @@ -10,6 +10,7 @@ javascript: eslint: enabled: true config_file: js/.eslintrc.json + ignore_file: .houndignore jscs: enabled: true diff --git a/.houndignore b/.houndignore new file mode 100644 index 000000000..7814652fb --- /dev/null +++ b/.houndignore @@ -0,0 +1,4 @@ +**/*.min.js +**/vendor/* +**/dist/* +js/tests/* |
