From e3cbf580b05e927548fd2688149dcd98c32dbf74 Mon Sep 17 00:00:00 2001 From: Smit Vora Date: Thu, 3 Nov 2022 12:15:59 +0530 Subject: [PATCH] chore: ignore shellcheck pre-commit --- development/installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/development/installer.sh b/development/installer.sh index 7e15bfcc..e0159ae2 100755 --- a/development/installer.sh +++ b/development/installer.sh @@ -2,6 +2,7 @@ # Developer Note: Run this script in the /workspace/development directory export NVM_DIR=~/.nvm +# shellcheck disable=SC1091 source $NVM_DIR/nvm.sh sudo apt -qq update && sudo apt -qq install jq -y