Skip to content

Commit

Permalink
Add documentation for new clippy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstatic-morse committed Jan 26, 2019
1 parent 42174eb commit efe5bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/bot-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The following experiment modes are currently available:
* `build-and-test`: run `cargo build` and `cargo test` on every crate
* `build-only`: run `cargo build` on every crate
* `check-only`: run `cargo check` on every crate (faster)
* `clippy`: run `cargo clippy` on every crate
* `rustdoc`: run `cargo doc --no-deps` on every crate

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

0 comments on commit efe5bfb

Please sign in to comment.