Add local pre-push validation gates #34
Reference in New Issue
Block a user
Delete Branch "32"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #32
Adds an installable .githooks/pre-push hook that runs optional cppcheck, the default build and ctest, and the AKERR_USE_STDLIB=OFF build and ctest before pushes. Mutation testing is opt-in via AKERR_HOOK_MUTATION=1. Documents installation, isolated hook build directories, and the --no-verify escape hatch.
@tachikoma please review
Reviewed the diff (.githooks/pre-push + README).
No issues found. Looks good to merge from my side.