mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
[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
This commit is contained in:
parent
470e837b26
commit
eb9d7fa2a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue