mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 03:02:03 +02:00
correct for high-level abx
This commit is contained in:
4
.github/prehooks/commit-msg
vendored
4
.github/prehooks/commit-msg
vendored
@ -36,7 +36,9 @@
|
||||
# check the commit message
|
||||
COMMIT_MSG=$(cat "$1")
|
||||
if [[ "$COMMIT_MSG" =~ \(no-check\)|\(no-checks\)|\(no-verify\) ]]; then
|
||||
echo "Not running pre-commit checks; commit message contains '(no-check)', '(no-checks)', or '(no-verify)."
|
||||
echo "Not running pre-commit checks:"
|
||||
echo "Commit message contains '(no-check)', '(no-checks)', or '(no-verify)."
|
||||
echo ""
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user