From: Thomas Weißschuh Date: Fri, 20 Jan 2023 06:42:31 +0000 (+0000) Subject: ci: disable shellcheck warning for unused variables X-Git-Tag: v2.39-rc1~125^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eec3076297b6926d1440251b26c9f98eafb41cae;p=thirdparty%2Futil-linux.git ci: disable shellcheck warning for unused variables --- diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 0000000000..c104341f38 --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1 @@ +disable=SC2034 # unused variable