aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-04-06 09:05:58 +0200
committerMarcoFalke <falke.marco@gmail.com>2022-04-06 09:06:02 +0200
commitd3ff02688a50293efc0d13e9709de481225b1aa7 (patch)
tree113adf4de7d79dfebf7b641ec635d8a534262af7 /test/README.md
parent15220ec9039ac330dbc6fd53fa06424cde04d0b6 (diff)
parent076cd6835fd97a62bfd6912b80addfcb5342ea8e (diff)
downloadbitcoin-d3ff02688a50293efc0d13e9709de481225b1aa7.tar.xz
Merge bitcoin/bitcoin#24778: lint: Convert Python dead code linter test to Python
076cd6835fd97a62bfd6912b80addfcb5342ea8e lint: Convert Python dead code linter to Python (Fabian Jahr) Pull request description: The new python version should produce the exact same output as the bash version but be easier to maintain. ACKs for top commit: MarcoFalke: review ACK 076cd6835fd97a62bfd6912b80addfcb5342ea8e Tree-SHA512: 6d71a5230d612a981958fb6e178214240b09e842ffe35e207cbbda870ca35476626bf832f55d96f2fc7323a2875935edfee30cacef659a8e6ec4bbb28ff6e36a
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)