From 8969aad88ad74c26d8a0c146ace24c6a53aa4195 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Mon, 21 Jan 2019 18:07:01 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=85=F0=9F=8F=BB=E2=80=8D=E2=99=82?= =?UTF-8?q?=EF=B8=8F=20Disable=20rubocop=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hound.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.hound.yml b/.hound.yml index 0621edf..a7f9457 100644 --- a/.hound.yml +++ b/.hound.yml @@ -10,6 +10,9 @@ fail_on_violations: false erblint: enabled: false +rubocop: + enabled: false + shellcheck: enabled: true config_file: .shellcheck.yml