Skip to content

Commit e3dccf6

Browse files
committed
ci: ignore 'not following' in linter
1 parent 6956011 commit e3dccf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/01_base_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ -n "${APT_LLVM_V}" ]; then
2626
${CI_RETRY_EXE} apt-get install curl -y
2727
curl "https://apt.llvm.org/llvm-snapshot.gpg.key" | tee "/etc/apt/trusted.gpg.d/apt.llvm.org.asc"
2828
(
29-
# shellcheck disable=SC2034
29+
# shellcheck disable=SC1091,SC2034
3030
source /etc/os-release
3131
echo "deb http://apt.llvm.org/${VERSION_CODENAME}/ llvm-toolchain-${VERSION_CODENAME}-${APT_LLVM_V} main" > "/etc/apt/sources.list.d/llvm-toolchain-${VERSION_CODENAME}-${APT_LLVM_V}.list"
3232
)

0 commit comments

Comments
 (0)