From 88f14b29e3f062f6f628b497fdd72856c378455a Mon Sep 17 00:00:00 2001 From: JP1998 Date: Mon, 3 Dec 2018 15:59:43 +0100 Subject: [PATCH] Add config file for hound --- .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