diff options
author | fanquake <fanquake@gmail.com> | 2021-10-07 14:11:30 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-10-16 09:14:36 +0800 |
commit | b93e2299dab52b513a12b90ddff577055dae10d5 (patch) | |
tree | 2bef67c875283ac41eded6ffad8db0e4085849b6 /test/README.md | |
parent | feedb9c84e72e4fff489810a2bbeec09bcda5763 (diff) |
doc: remove pointlessly duplicated linter version / install info
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/test/README.md b/test/README.md index acd68d8d8f..360a7ae171 100644 --- a/test/README.md +++ b/test/README.md @@ -275,12 +275,14 @@ Use the `-v` option for verbose output. #### Dependencies -| Lint test | Dependency | Version [used by CI](../ci/lint/04_install.sh) | Installation -|-----------|:----------:|:-------------------------------------------:|-------------- -| [`lint-python.sh`](lint/lint-python.sh) | [flake8](https://gitlab.com/pycqa/flake8) | [3.8.3](https://github.com/bitcoin/bitcoin/pull/19348) | `pip3 install flake8==3.8.3` -| [`lint-python.sh`](lint/lint-python.sh) | [mypy](https://github.com/python/mypy) | [0.781](https://github.com/bitcoin/bitcoin/pull/19348) | `pip3 install mypy==0.781` -| [`lint-shell.sh`](lint/lint-shell.sh) | [ShellCheck](https://github.com/koalaman/shellcheck) | [0.7.2](https://github.com/bitcoin/bitcoin/pull/21749) | [details...](https://github.com/koalaman/shellcheck#installing) -| [`lint-spelling.sh`](lint/lint-spelling.sh) | [codespell](https://github.com/codespell-project/codespell) | [2.0.0](https://github.com/bitcoin/bitcoin/pull/20817) | `pip3 install codespell==2.0.0` +| Lint test | Dependency | +|-----------|:----------:| +| [`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-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) + +In use versions and install instructions are available in the [CI setup](../ci/lint/04_install.sh). Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated. |