aboutsummaryrefslogtreecommitdiff
path: root/ci/lint
diff options
context:
space:
mode:
authorflack <flack@contentcontrol-berlin.de>2021-02-06 19:58:28 +0100
committerflack <flack@contentcontrol-berlin.de>2021-02-13 09:57:50 +0100
commit3f8776a1391c3978ed66144df15fd9bcb9edd35d (patch)
tree78ccc7ef1327c4e8269fdd328a72da8ed08990ce /ci/lint
parent6c6140846f37de8c132b3b6abf09f3d7940554a7 (diff)
downloadbitcoin-3f8776a1391c3978ed66144df15fd9bcb9edd35d.tar.xz
Re-add dead code detection
Diffstat (limited to 'ci/lint')
-rwxr-xr-xci/lint/04_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/lint/04_install.sh b/ci/lint/04_install.sh
index a0b579de1e..343b82a1ad 100755
--- a/ci/lint/04_install.sh
+++ b/ci/lint/04_install.sh
@@ -15,6 +15,7 @@ ${CI_RETRY_EXE} pip3 install codespell==2.0.0
${CI_RETRY_EXE} pip3 install flake8==3.8.3
${CI_RETRY_EXE} pip3 install yq
${CI_RETRY_EXE} pip3 install mypy==0.781
+${CI_RETRY_EXE} pip3 install vulture==2.3
SHELLCHECK_VERSION=v0.7.1
curl -sL "https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/