mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 06:28:31 +01:00
test: Refactor subtree exclusion in lint tests
This commit is contained in:
5
test/lint/lint_ignore_dirs.py
Normal file
5
test/lint/lint_ignore_dirs.py
Normal file
@@ -0,0 +1,5 @@
|
||||
SHARED_EXCLUDED_SUBTREES = ["src/leveldb/",
|
||||
"src/crc32c/",
|
||||
"src/secp256k1/",
|
||||
"src/minisketch/",
|
||||
]
|
||||
Reference in New Issue
Block a user