lint: Remove confusing, redundant, and brittle lint-spelling

This commit is contained in:
MarcoFalke
2025-12-12 09:13:40 +01:00
parent d155fc12a0
commit fa904fc683
4 changed files with 0 additions and 74 deletions

View File

@@ -50,7 +50,6 @@ or `--help`:
| [`lint-python.py`](/test/lint/lint-python.py) | [pyzmq](https://github.com/zeromq/pyzmq)
| [`lint-python-dead-code.py`](/test/lint/lint-python-dead-code.py) | [vulture](https://github.com/jendrikseipp/vulture)
| [`lint-shell.py`](/test/lint/lint-shell.py) | [ShellCheck](https://github.com/koalaman/shellcheck)
| [`lint-spelling.py`](/test/lint/lint-spelling.py) | [codespell](https://github.com/codespell-project/codespell)
| `py_lint` | [ruff](https://github.com/astral-sh/ruff)
| markdown link check | [mlc](https://github.com/becheran/mlc)