Skip to content
Snippets Groups Projects
Commit 72554b50 authored by Lukáš Ondráček's avatar Lukáš Ondráček
Browse files

fixup! defer: fix/hide tidy/trivial_checks warnings

parent 6834751d
Branches
Tags
1 merge request!1624Rate limiting
Pipeline #128818 waiting for manual action with stages
in 12 minutes and 34 seconds
#!/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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment