diff options
author | fanquake <fanquake@gmail.com> | 2024-03-27 11:38:11 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-03-27 11:40:18 +0000 |
commit | 28f2ca675f89a764e1ec8eb5671b35357b8677f3 (patch) | |
tree | ed174708427310a334b131729dd29977a6a4f69a /test/lint/lint_ignore_dirs.py | |
parent | b8b0d6476573e025e1acbbf5df9aa76dc4838f79 (diff) | |
parent | 80fa7da21c470302165c47cc4a6a62fb44f997ef (diff) |
Merge bitcoin/bitcoin#29479: test: Refactor subtree exclusion in lint tests
80fa7da21c470302165c47cc4a6a62fb44f997ef test: Refactor subtree exclusion in lint tests (Brandon Odiwuor)
Pull request description:
Fixes https://github.com/bitcoin/bitcoin/issues/17413
Refactor subtree exclusion in lint tests to one place
Second attempt after PR: https://github.com/bitcoin/bitcoin/pull/24435
ACKs for top commit:
fjahr:
re-ACK 80fa7da21c470302165c47cc4a6a62fb44f997ef
maflcko:
lgtm ACK 80fa7da21c470302165c47cc4a6a62fb44f997ef
davidgumberg:
ACK https://github.com/bitcoin/bitcoin/commit/80fa7da21c470302165c47cc4a6a62fb44f997ef
Tree-SHA512: deff7457dd19ca5ea440d3d53feae047e8863b9ddeb6494a3c94605a5d16edc91db8f99a435b4fab2ef89aedee42439562be006da647fb85bbf3def903a3ce50
Diffstat (limited to 'test/lint/lint_ignore_dirs.py')
-rw-r--r-- | test/lint/lint_ignore_dirs.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/lint/lint_ignore_dirs.py b/test/lint/lint_ignore_dirs.py new file mode 100644 index 0000000000..af9ee7ef6b --- /dev/null +++ b/test/lint/lint_ignore_dirs.py @@ -0,0 +1,5 @@ +SHARED_EXCLUDED_SUBTREES = ["src/leveldb/", + "src/crc32c/", + "src/secp256k1/", + "src/minisketch/", + ] |