From 19fcb216770c7813878fa413874311548a3de15a Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Sun, 25 Dec 2016 20:18:47 +1100 Subject: [PATCH] Disable Hound on test cases. --- .hound.yml | 1 + .houndignore | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 .houndignore diff --git a/.hound.yml b/.hound.yml index 934a9a130709..6c5f60998fb5 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 000000000000..7814652fb342 --- /dev/null +++ b/.houndignore @@ -0,0 +1,4 @@ +**/*.min.js +**/vendor/* +**/dist/* +js/tests/*