From 616eb2a43243314e150e4590567f6a23d1a0feb6 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Wed, 29 Apr 2020 16:57:15 +0200 Subject: [PATCH] Create .shellcheckrc Ignore SC2034 for ever. It's a known issue with how the scripts are designed to work, isn't really an issue and leads to MANY bloated disable=SC2034 flags everywhere. --- .shellcheckrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .shellcheckrc diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 00000000..d5a471e7 --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1 @@ +disable=SC2034