From 51ee602f8f1dd201d032020d646a06ad75ccc12f Mon Sep 17 00:00:00 2001 From: sandroid Date: Thu, 28 Mar 2024 21:39:54 +0100 Subject: [PATCH] Refactor: do not disable shellcheck 2230 It is optional with ubuntu 24.04 and disabled by default. --- bin/git-forgit | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/git-forgit b/bin/git-forgit index d453786..14c063f 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -28,10 +28,6 @@ if [[ "$higher_fzf_version" != "$installed_fzf_version" ]]; then fi # Set shell for fzf preview commands -# Disable shellcheck for "which", because it suggests "command -v xxx" instead, -# which is not a working replacement. -# See https://github.com/koalaman/shellcheck/issues/1162 -# shellcheck disable=2230 SHELL="$(which bash)" export SHELL