mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-24 11:12:12 +01: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