Skip to content

Commit efe5bfb

Browse files
Add documentation for new clippy mode
1 parent 42174eb commit efe5bfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/bot-usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The following experiment modes are currently available:
6767
* `build-and-test`: run `cargo build` and `cargo test` on every crate
6868
* `build-only`: run `cargo build` on every crate
6969
* `check-only`: run `cargo check` on every crate (faster)
70+
* `clippy`: run `cargo clippy` on every crate
7071
* `rustdoc`: run `cargo doc --no-deps` on every crate
7172

7273
The mode you should use depends on what your experiment is testing:

0 commit comments

Comments
 (0)