We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e2077 commit 239a59aCopy full SHA for 239a59a
2 files changed
lib/const.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-# shellcheck disable=SC2034
+# shellcheck disable=SC2004,SC2034
3
# ==============================================================================
4
# Home Assistant Community Add-ons: Bashio
5
# Bashio is an bash function library for use with Home Assistant add-ons.
lib/network.sh
@@ -1,4 +1,5 @@
+# shellcheck disable=SC2317
0 commit comments