Skip to content

Commit 5da72a4

Browse files
committed
Suppress shellcheck warnings
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent b21b1dc commit 5da72a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/run-docker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env sh
22

3+
# Disable SC2086 as it confuses the docker command.
4+
# shellcheck disable=SC2086
5+
36
# Small script to run tests for a target (or all targets) inside all the
47
# respective docker images.
58

0 commit comments

Comments
 (0)