summaryrefslogtreecommitdiffstats
path: root/ci/no_assert_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/no_assert_check.sh')
-rwxr-xr-xci/no_assert_check.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/no_assert_check.sh b/ci/no_assert_check.sh
new file mode 100755
index 0000000..a3f3563
--- /dev/null
+++ b/ci/no_assert_check.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+grep '\<assert\>' -- $(git ls-files | grep '\.[hc]$' | grep -vE '^(contrib|bench|tests)/')
+test $? -eq 1