shellcheck: disable=SC3003 on verify.sh

This commit is contained in:
Juan David Hurtado G
2024-12-15 09:58:05 -05:00
parent fd175fddca
commit 63964b107d

View File

@@ -79,6 +79,7 @@ verify_template() {
## line count must match newline count
# shellcheck disable=SC2046
# shellcheck disable=SC3003
if [ $(wc -l "${_path}" | awk '{print $1}') -ne $(grep -c $'\n' "${_path}") ]; then
info "[${_hook}]:"
error_notify "${BASTILLE_TEMPLATE}:${_hook} [failed]."