From 7282ad19f5b294dc665d5f4ee24cecb2ae24032d Mon Sep 17 00:00:00 2001 From: Sydney Young Date: Wed, 8 Jun 2016 14:14:22 -0400 Subject: [PATCH] Configure Hound CI Resolves #1577 --- .hound.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .hound.yml diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 000000000..e4f78f445 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,7 @@ +ruby: + config_file: .rubocop.yml +javascript: + enabled: false +eslint: + enabled: true +fail_on_violations: true