We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015ac13 commit fad7f42Copy full SHA for fad7f42
test/lint/README.md
@@ -16,7 +16,11 @@ result is cached and it prevents issues when the image changes.
16
test runner
17
===========
18
19
-To run all the lint checks in the test runner outside the docker, use:
+To run all the lint checks in the test runner outside the docker you first need
20
+to install the rust toolchain using your package manager of choice or
21
+[rustup](https://www.rust-lang.org/tools/install).
22
+
23
+Then you can use:
24
25
```sh
26
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && RUST_BACKTRACE=1 cargo run )
0 commit comments