From 1f816d62a4645835b460fc3d00e860284c1e6781 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 31 Mar 2024 13:44:40 -0600 Subject: [PATCH] =?UTF-8?q?=E2=8F=AE=EF=B8=8F=20Restore=20.hound.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/.hound.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/.hound.yml diff --git a/.github/workflows/.hound.yml b/.github/workflows/.hound.yml new file mode 100644 index 00000000..79acba67 --- /dev/null +++ b/.github/workflows/.hound.yml @@ -0,0 +1,20 @@ +# +# .hound.yml +# mas +# +# http://help.houndci.com/configuration/swiftlint +# +--- +fail_on_violations: false + +erblint: + enabled: false + +rubocop: + enabled: false + +shellcheck: + enabled: true + +swiftlint: + enabled: false