Skip to content

Commit 5202bd1

Browse files
committed
test: Bump shellcheck version to 0.8.0
1 parent c5712d1 commit 5202bd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/lint/04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ ${CI_RETRY_EXE} pip3 install mypy==0.910
1717
${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
1818
${CI_RETRY_EXE} pip3 install vulture==2.3
1919

20-
SHELLCHECK_VERSION=v0.7.2
20+
SHELLCHECK_VERSION=v0.8.0
2121
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
2222
export PATH="/tmp/shellcheck-${SHELLCHECK_VERSION}:${PATH}"

contrib/guix/guix-clean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ check_tools cat mkdir make git guix
3434
#
3535
under_dir() {
3636
local path_residue
37-
path_residue="${2##${1}}"
37+
path_residue="${2##"${1}"}"
3838
if [ -z "$path_residue" ] || [ "$path_residue" = "$2" ]; then
3939
return 1
4040
else

0 commit comments

Comments
 (0)