Skip to content

Commit 239a59a

Browse files
authored
Adjust shellcheck warnings (#133)
1 parent d3e2077 commit 239a59a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/const.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# shellcheck disable=SC2034
2+
# shellcheck disable=SC2004,SC2034
33
# ==============================================================================
44
# Home Assistant Community Add-ons: Bashio
55
# Bashio is an bash function library for use with Home Assistant add-ons.

lib/network.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
# shellcheck disable=SC2317
23
# ==============================================================================
34
# Home Assistant Community Add-ons: Bashio
45
# Bashio is an bash function library for use with Home Assistant add-ons.

0 commit comments

Comments
 (0)