Remove redundant unterminated-logprintf tidy check

This commit is contained in:
MarcoFalke
2024-09-19 16:46:09 +02:00
parent bbbb2e43ee
commit fa2b7d8d6b
6 changed files with 3 additions and 202 deletions

View File

@@ -62,7 +62,7 @@ def main():
matching_files_filtered = []
for matching_file in matching_files:
if not re.search('^src/(leveldb|secp256k1|minisketch|tinyformat|test/fuzz/strprintf.cpp)|contrib/devtools/bitcoin-tidy/example_logprintf.cpp', matching_file):
if not re.search('^src/(leveldb|secp256k1|minisketch|tinyformat|test/fuzz/strprintf.cpp)', matching_file):
matching_files_filtered.append(matching_file)
matching_files_filtered.sort()