From 8481a0b19bc15f78150d9c79ae6263f8e6f9af59 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Mon, 19 Nov 2018 11:07:15 +0100 Subject: [PATCH] Fail builds on hound violations --- .hound.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .hound.yml diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 0000000..6540cc8 --- /dev/null +++ b/.hound.yml @@ -0,0 +1 @@ +fail_on_violations: true