We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc57306 commit b41d8ddCopy full SHA for b41d8dd
scripts/shellcheck.bash
@@ -5,4 +5,4 @@
5
# - VS extension: https://github.com/timonwong/vscode-shellcheck
6
#
7
8
-exec docker run --rm --interactive --volume "$PWD:/mnt:ro" koalaman/shellcheck:v0.9.0 "$@"
+exec docker run --rm --interactive --volume "$PWD:/mnt:ro" koalaman/shellcheck:v0.10.0 "$@"
0 commit comments