From eb9d7fa2a1675944dedea9a208a3f84e5f66c436 Mon Sep 17 00:00:00 2001 From: HaseHarald Date: Sat, 26 Nov 2022 18:49:18 +0100 Subject: [PATCH] [ssl/ssl-certificate-expiry] Disable shellcheck SC1090 When linting this script, this will always fire. This is because shellcheck only does static code analysis and thus can not determine the filepath. References: - https://www.shellcheck.net/wiki/SC1090 --- plugins/ssl/ssl-certificate-expiry | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ssl/ssl-certificate-expiry b/plugins/ssl/ssl-certificate-expiry index 71951ae1..ebc770e0 100755 --- a/plugins/ssl/ssl-certificate-expiry +++ b/plugins/ssl/ssl-certificate-expiry @@ -72,7 +72,7 @@ uncached updates after the cache file is older than an hour. =cut -# shellcheck disable=SC1091 +# shellcheck disable=SC1090,SC1091 . "${MUNIN_LIBDIR}/plugins/plugin.sh" if [ "${MUNIN_DEBUG:-0}" = 1 ]; then