From 46b4f27b5e7392f87c4a46e6abfe857adf937d01 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Mon, 19 Nov 2018 15:19:37 +0100 Subject: [PATCH] Instruct hound to read .rubocop.yml --- .hound.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hound.yml b/.hound.yml index 6540cc8..cdf1016 100644 --- a/.hound.yml +++ b/.hound.yml @@ -1 +1,4 @@ fail_on_violations: true + +ruby: + config_file: .rubocop.yml