Skip to content

Commit 84ff1b2

Browse files
committed
test: Add crc32c to subtree check linter
1 parent 7cf13a5 commit 84ff1b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/lint/06_script.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ test/lint/git-subtree-check.sh src/crypto/ctaes
1414
test/lint/git-subtree-check.sh src/secp256k1
1515
test/lint/git-subtree-check.sh src/univalue
1616
test/lint/git-subtree-check.sh src/leveldb
17+
test/lint/git-subtree-check.sh src/crc32c
1718
test/lint/check-doc.py
1819
test/lint/check-rpc-mappings.py .
1920
test/lint/lint-all.sh

test/lint/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ maintained:
2121
* for `src/leveldb`: https://github.com/bitcoin-core/leveldb.git (branch bitcoin-fork)
2222
* for `src/univalue`: https://github.com/bitcoin-core/univalue.git (branch master)
2323
* for `src/crypto/ctaes`: https://github.com/bitcoin-core/ctaes.git (branch master)
24+
* for `src/crc32c`: https://github.com/google/crc32c.git (branch master)
2425

2526
Usage: `git-subtree-check.sh DIR (COMMIT)`
2627

0 commit comments

Comments
 (0)