mirror of
https://github.com/hackacad/bastille.git
synced 2026-05-19 05:47:13 +02:00
shellcheck disable 2104
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user