actually enforce NOCOMMIT tags finally

This commit is contained in:
Martin Michelsen
2025-12-02 21:46:58 -08:00
parent 779ec9df3b
commit 194bb5b393
5 changed files with 41 additions and 13 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
set -e
grep -nHR NOCOMMIT src/ || exit 0
echo "Failed: one or more NOCOMMIT comments were found"
exit 1