From d9c6c1d4c918b18441b8c3dc8fadeb652820edd3 Mon Sep 17 00:00:00 2001 From: Chris Araman Date: Wed, 28 Apr 2021 15:22:00 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B6=20Stop=20running=20old=20version?= =?UTF-8?q?=20of=20SwiftLint?= 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 88e27f4..79acba6 100644 --- a/.hound.yml +++ b/.hound.yml @@ -15,3 +15,6 @@ rubocop: shellcheck: enabled: true + +swiftlint: + enabled: false