diff options
author | whiteh0rse <95139855+whiteh0rse@users.noreply.github.com> | 2022-04-30 15:35:57 -0500 |
---|---|---|
committer | whiteh0rse <95139855+whiteh0rse@users.noreply.github.com> | 2022-05-05 08:44:08 -0500 |
commit | bd6ceb4049602aa556a93a0ac8954802dc0bf456 (patch) | |
tree | ea47d762dd0df4f1982bc131b64e8a862634907b /test/README.md | |
parent | 5d53cf38784df9ad9ed10306bf3fba3002fd9244 (diff) |
test: port 'lint-shell.sh' to python
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
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). |