From d08316e7de28eca2e9cfea010218995d6665a039 Mon Sep 17 00:00:00 2001
From: lukken <lukken@astron.nl>
Date: Thu, 25 Aug 2022 06:21:24 +0000
Subject: [PATCH] L2SS-914: Disable linting check

---
 sbin/run_integration_test.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sbin/run_integration_test.sh b/sbin/run_integration_test.sh
index 2e7d52681..65beb8bc6 100755
--- a/sbin/run_integration_test.sh
+++ b/sbin/run_integration_test.sh
@@ -28,6 +28,7 @@ function integration_test {
     bash "${LOFAR20_DIR}"/sbin/update_ConfigDb.sh "${config}"
   done
   if [ ! -z "${2+x}" ]; then
+    # shellcheck disable=SC2145
     echo "make restart ${restarts[@]} ..."
     make restart "${restarts[@]}"
   fi
-- 
GitLab