From 72d27e9818638b3f8762a713ac2ab840afcb152f Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 12 Apr 2022 17:10:27 -0700 Subject: scripts/ci: rm shellcheck disable annotations Those are no longer needed with shellcheck 0.8.0. Signed-off-by: Kir Kolyshkin --- scripts/ci/docker-test.sh | 2 -- scripts/ci/podman-test.sh | 1 - 2 files changed, 3 deletions(-) diff --git a/scripts/ci/docker-test.sh b/scripts/ci/docker-test.sh index eacfe136e..beb7da6da 100755 --- a/scripts/ci/docker-test.sh +++ b/scripts/ci/docker-test.sh @@ -1,7 +1,5 @@ #!/bin/bash -# shellcheck disable=SC2015 - set -x -e -o pipefail ./apt-install \ diff --git a/scripts/ci/podman-test.sh b/scripts/ci/podman-test.sh index 973d2d722..e08fdf3bc 100755 --- a/scripts/ci/podman-test.sh +++ b/scripts/ci/podman-test.sh @@ -27,7 +27,6 @@ rm -rf "${tmp_dir}" podman info -# shellcheck disable=SC2016 podman run --name cr -d docker.io/library/alpine /bin/sh -c 'i=0; while true; do echo $i; i=$(expr $i + 1); sleep 1; done' sleep 1 -- cgit v1.2.3