mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 01:33:20 +02:00
lint: pass args from lint.py to cargo run in container
This commit is contained in:
@@ -10,6 +10,13 @@ the _lint.py_ helper script which runs checks inside the CI container:
|
||||
./ci/lint.py
|
||||
```
|
||||
|
||||
Extra arguments are passed to `cargo run -- ...` in the container so you can do:
|
||||
|
||||
```sh
|
||||
./ci/lint.py --help
|
||||
./ci/lint.py --lint=py_lint
|
||||
```
|
||||
|
||||
test runner
|
||||
===========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user