File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ ${CI_RETRY_EXE} pip3 install mypy==0.910
17
17
${CI_RETRY_EXE} pip3 install pyzmq==22.3.0
18
18
${CI_RETRY_EXE} pip3 install vulture==2.3
19
19
20
- SHELLCHECK_VERSION=v0.7.2
20
+ SHELLCHECK_VERSION=v0.8.0
21
21
curl -sL " https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION} /shellcheck-${SHELLCHECK_VERSION} .linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
22
22
export PATH=" /tmp/shellcheck-${SHELLCHECK_VERSION} :${PATH} "
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ check_tools cat mkdir make git guix
34
34
#
35
35
under_dir () {
36
36
local path_residue
37
- path_residue=" ${2## ${1} } "
37
+ path_residue=" ${2## " ${1} " } "
38
38
if [ -z " $path_residue " ] || [ " $path_residue " = " $2 " ]; then
39
39
return 1
40
40
else
You can’t perform that action at this time.
0 commit comments