From 4dd352f62d70340fb12cffae40c17364eddc8eea Mon Sep 17 00:00:00 2001 From: Spacelord Date: Thu, 1 Jul 2021 12:26:40 +0200 Subject: CI> Disable Shellcheck SC1117 --- assets/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/ci.sh') diff --git a/assets/ci.sh b/assets/ci.sh index 0bc6d4a..e633875 100755 --- a/assets/ci.sh +++ b/assets/ci.sh @@ -1,5 +1,5 @@ #!/bin/bash -# shellcheck disable=SC2001,SC2181 +# shellcheck disable=SC2001,SC2181,SC1117 ################################################ SETUP ################################################ dep_build_core=( -- cgit v1.2.3