From d5e202a18eca5863e3d134c81f95513cbf5e9a20 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Fri, 3 Feb 2023 19:21:35 +0100 Subject: [PATCH] chore: cleanup variable braces are enabled by global role, other rule seems to be not required? Signed-off-by: Dominik Willner --- scripts/crowsnest.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/crowsnest.sh b/scripts/crowsnest.sh index b8f6ef8..f0547d8 100644 --- a/scripts/crowsnest.sh +++ b/scripts/crowsnest.sh @@ -15,9 +15,6 @@ # https://github.com/KwadFan/crowsnest # #=======================================================================# -# shellcheck enable=require-variable-braces -# shellcheck disable=SC2154 - # Error Handling set -e