shellcheck disable 2104

This commit is contained in:
tschettervictor
2024-12-23 18:28:55 -07:00
committed by GitHub
parent a5de4a93ff
commit c8a4d74fb6

View File

@@ -58,6 +58,8 @@ error_notify() {
error_continue() {
error_notify "$@"
# Disabling this shellcheck as we only ever call it inside of a loop
# shellcheck disable=SC2104
continue
}