From 0988ac868d35ade4375c79907e0a622726f8052a Mon Sep 17 00:00:00 2001 From: pedro martelletto Date: Tue, 4 Jun 2024 10:19:09 +0200 Subject: [PATCH] actions/build-bsd: suppress shellcheck warnings shellcheck doesn't have enough context to determine where (specifically, under which shell) the command is being invoked --- .actions/build-bsd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.actions/build-bsd b/.actions/build-bsd index 27fa6fa8..c56f084a 100755 --- a/.actions/build-bsd +++ b/.actions/build-bsd @@ -60,6 +60,7 @@ q() { } submit_job() { + # shellcheck disable=SC3043 local manifest="$1" jq \ --compact-output --null-input \ @@ -71,6 +72,7 @@ submit_job() { } job_status() { + # shellcheck disable=SC3043 local id="$1" jq \ --compact-output --null-input \