test: Add crc32c exception to various linters and generation scripts

This commit is contained in:
Wladimir J. van der Laan
2019-11-07 13:56:31 +01:00
parent 84ff1b2076
commit 3a037d0067
8 changed files with 11 additions and 9 deletions

View File

@ -9,7 +9,7 @@
# Check includes: Check for duplicate includes. Enforce bracket syntax includes.
export LC_ALL=C
IGNORE_REGEXP="/(leveldb|secp256k1|univalue)/"
IGNORE_REGEXP="/(leveldb|secp256k1|univalue|crc32c)/"
# cd to root folder of git repo for git ls-files to work properly
cd "$(dirname $0)/../.." || exit 1