globally disable shecllcheck SC2034 in lib/includes

Many variables defined in this file are not used here.
This commit is contained in:
Jérémy Lecour 2020-10-11 14:56:22 +02:00
parent 05c3715c6a
commit 9eae80c002

View file

@ -2,10 +2,10 @@
# #
# Config for bkctld # Config for bkctld
# #
# shellcheck disable=SC2034
[ -f /etc/default/bkctld ] && . /etc/default/bkctld [ -f /etc/default/bkctld ] && . /etc/default/bkctld
# shellcheck disable=SC2034
VERSION="2.6.0" VERSION="2.6.0"
LIBDIR=${LIBDIR:-/usr/lib/bkctld} LIBDIR=${LIBDIR:-/usr/lib/bkctld}