From 8f3076da4ee9395faa443068c9969d68d4dab0ae Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Sun, 7 Oct 2018 22:49:48 -0400 Subject: [PATCH] Configure 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