From: Brendan Hansen Date: Thu, 12 May 2022 00:48:58 +0000 (-0500) Subject: added .githooks X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=b9cbbeab9ac04b23c713f0a93030e3bcb6d96322;p=onyx.git added .githooks --- diff --git a/.githooks/pre-commit b/.githooks/pre-commit new file mode 100755 index 00000000..e99cf869 --- /dev/null +++ b/.githooks/pre-commit @@ -0,0 +1,3 @@ +#!/bin/sh + +! grep -Rns nocheckin src include core \ No newline at end of file