aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2022-04-06 00:55:22 +0200
committerFabian Jahr <fjahr@protonmail.com>2022-04-06 00:55:22 +0200
commit076cd6835fd97a62bfd6912b80addfcb5342ea8e (patch)
tree113adf4de7d79dfebf7b641ec635d8a534262af7 /test/README.md
parent15220ec9039ac330dbc6fd53fa06424cde04d0b6 (diff)
downloadbitcoin-076cd6835fd97a62bfd6912b80addfcb5342ea8e.tar.xz
lint: Convert Python dead code linter to Python
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
index 84264277f7..d8f256e704 100644
--- a/test/README.md
+++ b/test/README.md
@@ -308,6 +308,7 @@ Use the `-v` option for verbose output.
| [`lint-python.sh`](lint/lint-python.sh) | [flake8](https://gitlab.com/pycqa/flake8)
| [`lint-python.sh`](lint/lint-python.sh) | [mypy](https://github.com/python/mypy)
| [`lint-python.sh`](lint/lint-python.sh) | [pyzmq](https://github.com/zeromq/pyzmq)
+| [`lint-python-dead-code.py`](lint/lint-python-dead-code.py) | [vulture](https://github.com/jendrikseipp/vulture)
| [`lint-shell.sh`](lint/lint-shell.sh) | [ShellCheck](https://github.com/koalaman/shellcheck)
| [`lint-spelling.sh`](lint/lint-spelling.sh) | [codespell](https://github.com/codespell-project/codespell)