Skip to content

Commit 4685463

Browse files
committed
doc: Update lint test docs
1 parent 77f98df commit 4685463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ Use the `-v` option for verbose output.
309309
| [`lint-python.sh`](lint/lint-python.sh) | [mypy](https://github.com/python/mypy)
310310
| [`lint-python.sh`](lint/lint-python.sh) | [pyzmq](https://github.com/zeromq/pyzmq)
311311
| [`lint-shell.sh`](lint/lint-shell.sh) | [ShellCheck](https://github.com/koalaman/shellcheck)
312-
| [`lint-spelling.sh`](lint/lint-spelling.sh) | [codespell](https://github.com/codespell-project/codespell)
312+
| [`lint-spelling.py`](lint/lint-spelling.py) | [codespell](https://github.com/codespell-project/codespell)
313313

314314
In use versions and install instructions are available in the [CI setup](../ci/lint/04_install.sh).
315315

@@ -320,7 +320,7 @@ Please be aware that on Linux distributions all dependencies are usually availab
320320
Individual tests can be run by directly calling the test script, e.g.:
321321

322322
```
323-
test/lint/lint-files.sh
323+
test/lint/lint-files.py
324324
```
325325

326326
You can run all the shell-based lint tests by running:

0 commit comments

Comments
 (0)