test: Remove all-lint.py script

This commit is contained in:
MarcoFalke
2024-01-11 14:30:28 +01:00
parent fadb06c361
commit fa2b95cf3f
3 changed files with 24 additions and 43 deletions

View File

@@ -16,7 +16,7 @@ result is cached and it prevents issues when the image changes.
test runner
===========
To run the checks in the test runner outside the docker, use:
To run all the lint checks in the test runner outside the docker, use:
```sh
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && cargo run )
@@ -46,12 +46,6 @@ Individual tests can be run by directly calling the test script, e.g.:
test/lint/lint-files.py
```
You can run all the shell-based lint tests by running:
```
test/lint/all-lint.py
```
check-doc.py
============
Check for missing documentation of command line options.
@@ -89,7 +83,3 @@ To do so, add the upstream repository as remote:
```
git remote add --fetch secp256k1 https://github.com/bitcoin-core/secp256k1.git
```
all-lint.py
===========
Calls other scripts with the `lint-` prefix.