Skip to content

Commit

Permalink
Suppress shellcheck warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Aug 24, 2022
1 parent b21b1dc commit 5da72a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/run-docker.sh
@@ -1,5 +1,8 @@
#!/usr/bin/env sh

# Disable SC2086 as it confuses the docker command.
# shellcheck disable=SC2086

# Small script to run tests for a target (or all targets) inside all the
# respective docker images.

Expand Down

0 comments on commit 5da72a4

Please sign in to comment.