From 65d85674cf700e1f439cbb8417fe00ebb434a137 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Sun, 4 May 2025 23:48:23 +0100 Subject: [PATCH] Refactor: Remove shellcheck disable comments per reviewer feedback --- ct/pulse.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ct/pulse.sh b/ct/pulse.sh index 4d04e502b..a3067af9d 100644 --- a/ct/pulse.sh +++ b/ct/pulse.sh @@ -6,19 +6,12 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/ # Source: https://github.com/rcourtman/Pulse APP="Pulse" -# shellcheck disable=SC2034 var_tags="monitoring;nodejs" -# shellcheck disable=SC2034 var_cpu="1" -# shellcheck disable=SC2034 var_ram="1024" -# shellcheck disable=SC2034 var_disk="4" -# shellcheck disable=SC2034 var_os="debian" -# shellcheck disable=SC2034 var_version="12" -# shellcheck disable=SC2034 var_unprivileged="1" header_info "$APP"