aboutsummaryrefslogtreecommitdiff
path: root/ci/lint
diff options
context:
space:
mode:
authorhiago <hiago.dutra@gmail.com>2022-04-25 16:32:06 -0300
committerhiago <hiago.dutra@gmail.com>2022-04-26 06:25:01 -0300
commit29f44fed36f45cb827c5e593ce52682a942bc296 (patch)
tree0293123686a1327a98f08615dda47d1a316162f7 /ci/lint
parent1e7db37e76c510d373c4404eea2b97508b367aca (diff)
downloadbitcoin-29f44fed36f45cb827c5e593ce52682a942bc296.tar.xz
Converting `lint-all.sh` to `lint-all.py`.
Converting `lint-all.sh` to `lint-all.py`.
Diffstat (limited to 'ci/lint')
-rwxr-xr-xci/lint/06_script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/lint/06_script.sh b/ci/lint/06_script.sh
index fa9bf4c646..f174b4d074 100755
--- a/ci/lint/06_script.sh
+++ b/ci/lint/06_script.sh
@@ -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,