From 9cb7fe8b6a79c07d9829bf4e6a58f2c72f776650 Mon Sep 17 00:00:00 2001 From: Keith Bentrup Date: Mon, 21 Nov 2022 17:43:46 -0500 Subject: [PATCH] re-enable shellcheck case --- bin/.shellcheckrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/.shellcheckrc b/bin/.shellcheckrc index 8fe0666..76d9018 100644 --- a/bin/.shellcheckrc +++ b/bin/.shellcheckrc @@ -1,4 +1,2 @@ -# SC2236 Use -n instead of ! -z. -disable=SC2236 # SC2152 Can only return 0-255. Other data should be written to stdout. disable=SC2152