We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42174eb commit efe5bfbCopy full SHA for efe5bfb
docs/bot-usage.md
@@ -67,6 +67,7 @@ The following experiment modes are currently available:
67
* `build-and-test`: run `cargo build` and `cargo test` on every crate
68
* `build-only`: run `cargo build` on every crate
69
* `check-only`: run `cargo check` on every crate (faster)
70
+* `clippy`: run `cargo clippy` on every crate
71
* `rustdoc`: run `cargo doc --no-deps` on every crate
72
73
The mode you should use depends on what your experiment is testing:
0 commit comments