From 1e0565dd9be960a8c10571c23a97cdfd40a65d3c Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Wed, 3 Jan 2018 15:01:24 +1300 Subject: [PATCH] Tell hound to ignore the bootstrap plugin file --- .esignore | 1 + .hound.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 .esignore diff --git a/.esignore b/.esignore new file mode 100644 index 000000000..8430f8bb3 --- /dev/null +++ b/.esignore @@ -0,0 +1 @@ +app/assets/javascripts/bootstrap-accessibility.min.js diff --git a/.hound.yml b/.hound.yml index d62d2897a..a47896765 100644 --- a/.hound.yml +++ b/.hound.yml @@ -8,3 +8,4 @@ scss: config_file: .scss-lint.yml eslint: config_file: .eslintrc + ignore_file: .esignore