diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-11-30 15:55:33 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-11-30 21:15:40 +0200 |
commit | 5202bd1dc0942953c415ef39c14ffd48cbaab6b9 (patch) | |
tree | 440dbaf115fac9753cb4428eac85b8abc39cdae4 /ci | |
parent | c5712d172e92e231b8dc2828d4cf4bbbb8e86a16 (diff) |
test: Bump shellcheck version to 0.8.0
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/lint/04_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh index 251ac76cad..cf203b4940 100755 --- a/ci/lint/04_install.sh +++ b/ci/lint/04_install.sh @@ -17,6 +17,6 @@ ${CI_RETRY_EXE} pip3 install mypy==0.910 ${CI_RETRY_EXE} pip3 install pyzmq==22.3.0 ${CI_RETRY_EXE} pip3 install vulture==2.3 -SHELLCHECK_VERSION=v0.7.2 +SHELLCHECK_VERSION=v0.8.0 curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/ export PATH="/tmp/shellcheck-${SHELLCHECK_VERSION}:${PATH}" |