From bc2d7d9e1ea3e2a5cbf874fc6fff178cdc705234 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Fri, 28 Feb 2025 10:43:59 +0000 Subject: [PATCH] osbuilder: Skip shellcheck on test_images.sh I'm not sure if we use test_images anywhere, so before we invest the time to fix the 120 shellcheck errors and warnings we should decide if we want to keep it. See #10957 Signed-off-by: stevenhorsman --- tools/osbuilder/tests/test_images.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/osbuilder/tests/test_images.sh b/tools/osbuilder/tests/test_images.sh index 8e7d6550e7..a3d15e13ab 100755 --- a/tools/osbuilder/tests/test_images.sh +++ b/tools/osbuilder/tests/test_images.sh @@ -1,4 +1,6 @@ #!/usr/bin/env bash +# shellcheck disable=all +# Disable shellcheck until we decide if we are keeping this. Issue #10957 # # Copyright (c) 2018 Intel Corporation #