diff --git a/lib/const.sh b/lib/const.sh index c0a5890..15dfcac 100644 --- a/lib/const.sh +++ b/lib/const.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# shellcheck disable=SC2034 +# shellcheck disable=SC2004,SC2034 # ============================================================================== # Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons. diff --git a/lib/network.sh b/lib/network.sh index c3bd757..a263d76 100644 --- a/lib/network.sh +++ b/lib/network.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +# shellcheck disable=SC2317 # ============================================================================== # Home Assistant Community Add-ons: Bashio # Bashio is an bash function library for use with Home Assistant add-ons.