diff options
Diffstat (limited to 'ci/no_assert_check.sh')
-rwxr-xr-x | ci/no_assert_check.sh | 3 |
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 |