aboutsummaryrefslogtreecommitdiff
path: root/ci/lint
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-13 16:54:20 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-13 18:08:10 +0100
commitfaff3e3b4604519375e122c103b156ec13eef80f (patch)
treea92095f5d674d46b934a2122b4d076b716db2b28 /ci/lint
parentd232e36abdb1a4f01787766a758051c16940b0c5 (diff)
downloadbitcoin-faff3e3b4604519375e122c103b156ec13eef80f.tar.xz
lint: Report all lint errors instead of early exit
Diffstat (limited to 'ci/lint')
-rwxr-xr-xci/lint/06_script.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ci/lint/06_script.sh b/ci/lint/06_script.sh
index af7a517930..318b2bb819 100755
--- a/ci/lint/06_script.sh
+++ b/ci/lint/06_script.sh
@@ -23,16 +23,7 @@ else
fi
export COMMIT_RANGE
-# This only checks that the trees are pure subtrees, it is not doing a full
-# check with -r to not have to fetch all the remotes.
-test/lint/git-subtree-check.sh src/crypto/ctaes
-test/lint/git-subtree-check.sh src/secp256k1
-test/lint/git-subtree-check.sh src/minisketch
-test/lint/git-subtree-check.sh src/leveldb
-test/lint/git-subtree-check.sh src/crc32c
RUST_BACKTRACE=1 "${LINT_RUNNER_PATH}/test_runner"
-test/lint/check-doc.py
-test/lint/all-lint.py
if [ "$CIRRUS_REPO_FULL_NAME" = "bitcoin/bitcoin" ] && [ "$CIRRUS_PR" = "" ] ; then
# Sanity check only the last few commits to get notified of missing sigs,