Skip to content

Commit 2ad74b7

Browse files
committed
doc: Add ShellCheck to lint tests dependencies
1 parent 9641366 commit 2ad74b7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

test/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,13 @@ Use the `-v` option for verbose output.
254254

255255
#### Dependencies
256256

257-
The lint tests require codespell and flake8. To install: `pip3 install codespell flake8`.
257+
| Lint test | Dependency | Version [used by CI](../ci/lint/04_install.sh) | Installation
258+
|-----------|:----------:|:-------------------------------------------:|--------------
259+
| [`lint-python.sh`](lint/lint-python.sh) | [flake8](https://gitlab.com/pycqa/flake8) | [3.7.8](https://github.com/bitcoin/bitcoin/pull/15257) | `pip3 install flake8==3.7.8`
260+
| [`lint-shell.sh`](lint/lint-shell.sh) | [ShellCheck](https://github.com/koalaman/shellcheck) | [0.6.0](https://github.com/bitcoin/bitcoin/pull/15166) | [details...](https://github.com/koalaman/shellcheck#installing)
261+
| [`lint-spelling.sh`](lint/lint-spelling.sh) | [codespell](https://github.com/codespell-project/codespell) | [1.15.0](https://github.com/bitcoin/bitcoin/pull/16186) | `pip3 install codespell==1.15.0`
262+
263+
Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.
258264

259265
#### Running the tests
260266

0 commit comments

Comments
 (0)