diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/no_assert_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/no_assert_check.sh b/ci/no_assert_check.sh index 4bb7ccfc..d86cc5b8 100755 --- a/ci/no_assert_check.sh +++ b/ci/no_assert_check.sh @@ -1,3 +1,3 @@ #!/bin/sh -grep '\<assert\>' -- $(git ls-files | grep '\.[hc]$' | grep -vE '^(contrib|bench|tests|daemon/ratelimiting.test|lib/kru)/') +grep '\<assert\>' -- $(git ls-files | grep '\.[hc]$' | grep -vE '^(contrib|bench|tests|daemon/ratelimiting.test)/|^lib/kru') test $? -eq 1 |