Adjust shellcheck warnings (#133)

This commit is contained in:
Franck Nijhof 2023-05-12 08:20:36 +02:00 committed by GitHub
parent d3e2077093
commit 239a59a2ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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.