From 45bfe43c3a449c978f6b0cd75aeaeb36e8dde864 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Sun, 7 Oct 2018 17:45:13 -0400 Subject: [PATCH] Ask Hound to use custom .rubocop.yml --- .hound.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .hound.yml diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 0000000..f534df8 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,2 @@ +rubocop: + config_file: .rubocop.yml