ci: Add filesystem lint check

This commit is contained in:
MarcoFalke
2023-02-14 17:42:12 +01:00
parent fada2f9110
commit bbbbdb0cd5
8 changed files with 120 additions and 0 deletions

View File

@@ -15,6 +15,14 @@ docker run --rm -v $(pwd):/bitcoin -it bitcoin-linter
After building the container once, you can simply run the last command any time you
want to lint.
test runner
===========
To run the checks in the test runner outside the docker, use:
```sh
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && cargo run )
```
check-doc.py
============