Skip to content

Commit

Permalink
Adjust shellcheck warnings (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 12, 2023
1 parent d3e2077 commit 239a59a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/const.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions lib/network.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 239a59a

Please sign in to comment.