Converting lint-all.sh to lint-all.py.

Converting `lint-all.sh` to `lint-all.py`.
This commit is contained in:
hiago
2022-04-25 16:32:06 -03:00
parent 1e7db37e76
commit 29f44fed36
5 changed files with 26 additions and 33 deletions

View File

@@ -22,7 +22,7 @@ test/lint/git-subtree-check.sh src/univalue
test/lint/git-subtree-check.sh src/leveldb
test/lint/git-subtree-check.sh src/crc32c
test/lint/check-doc.py
test/lint/lint-all.sh
test/lint/lint-all.py
if [ "$CIRRUS_REPO_FULL_NAME" = "bitcoin/bitcoin" ] && [ "$CIRRUS_PR" = "" ] ; then
# Sanity check only the last few commits to get notified of missing sigs,