Skip to content

Commit fad7f42

Browse files
committed
lint: Clarify lint runner rust dependency
1 parent 015ac13 commit fad7f42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/lint/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ result is cached and it prevents issues when the image changes.
1616
test runner
1717
===========
1818

19-
To run all the lint checks in the test runner outside the docker, use:
19+
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:
2024

2125
```sh
2226
( cd ./test/lint/test_runner/ && cargo fmt && cargo clippy && RUST_BACKTRACE=1 cargo run )

0 commit comments

Comments
 (0)