mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
doc: Add ShellCheck to lint tests dependencies
This commit is contained in:
parent
9641366950
commit
2ad74b78c6
1 changed files with 7 additions and 1 deletions
|
@ -254,7 +254,13 @@ Use the `-v` option for verbose output.
|
||||||
|
|
||||||
#### Dependencies
|
#### Dependencies
|
||||||
|
|
||||||
The lint tests require codespell and flake8. To install: `pip3 install codespell flake8`.
|
| 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.7.8](https://github.com/bitcoin/bitcoin/pull/15257) | `pip3 install flake8==3.7.8`
|
||||||
|
| [`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)
|
||||||
|
| [`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`
|
||||||
|
|
||||||
|
Please be aware that on Linux distributions all dependencies are usually available as packages, but could be outdated.
|
||||||
|
|
||||||
#### Running the tests
|
#### Running the tests
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue