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 00a230f commit 1655165Copy full SHA for 1655165
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