From 5d9cbba46787f81b3d03d19611c9d975758da8d6 Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Wed, 22 Jul 2020 18:04:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B6=20Add=20Houndci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/.hound.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/.hound.yml diff --git a/.github/.hound.yml b/.github/.hound.yml new file mode 100644 index 00000000..59d7bb81 --- /dev/null +++ b/.github/.hound.yml @@ -0,0 +1,2 @@ +golint: + enabled: false \ No newline at end of file