From 9eae80c002540c6a668611694ac05d9759059d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 11 Oct 2020 14:56:22 +0200 Subject: [PATCH] globally disable shecllcheck SC2034 in lib/includes Many variables defined in this file are not used here. --- lib/includes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes b/lib/includes index 4d6c9cc..3b97162 100755 --- a/lib/includes +++ b/lib/includes @@ -2,10 +2,10 @@ # # Config for bkctld # +# shellcheck disable=SC2034 [ -f /etc/default/bkctld ] && . /etc/default/bkctld -# shellcheck disable=SC2034 VERSION="2.6.0" LIBDIR=${LIBDIR:-/usr/lib/bkctld}