actually enforce NOCOMMIT tags finally
This commit is contained in:
Executable
+7
@@ -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
|
||||
Reference in New Issue
Block a user