aboutsummaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorwhiteh0rse <95139855+whiteh0rse@users.noreply.github.com>2022-04-30 15:35:57 -0500
committerwhiteh0rse <95139855+whiteh0rse@users.noreply.github.com>2022-05-05 08:44:08 -0500
commitbd6ceb4049602aa556a93a0ac8954802dc0bf456 (patch)
treeea47d762dd0df4f1982bc131b64e8a862634907b /test/README.md
parent5d53cf38784df9ad9ed10306bf3fba3002fd9244 (diff)
downloadbitcoin-bd6ceb4049602aa556a93a0ac8954802dc0bf456.tar.xz
test: port 'lint-shell.sh' to python
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index d69e515acf..b2fdde96e4 100644
--- a/test/README.md
+++ b/test/README.md
@@ -309,7 +309,7 @@ Use the `-v` option for verbose output.
| [`lint-python.py`](lint/lint-python.py) | [mypy](https://github.com/python/mypy)
| [`lint-python.py`](lint/lint-python.py) | [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-shell.py`](lint/lint-shell.py) | [ShellCheck](https://github.com/koalaman/shellcheck)
| [`lint-spelling.py`](lint/lint-spelling.py) | [codespell](https://github.com/codespell-project/codespell)
In use versions and install instructions are available in the [CI setup](../ci/lint/04_install.sh).