mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
readme: add a note about clippy
Mention the bin/clippy script in the Code Health section. BUG=None TEST=read the readme Change-Id: Idb55affd5240a85ae434b54360a418e8ef1d40c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2296504 Tested-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Auto-Submit: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Dylan Reid <dgreid@chromium.org> Commit-Queue: Dylan Reid <dgreid@chromium.org>
This commit is contained in:
parent
fb0e6d9d6a
commit
0114c4b312
1 changed files with 6 additions and 0 deletions
|
@ -208,6 +208,12 @@ checking in a change. This is different from `cargo fmt --all` which formats
|
|||
multiple crates but a single workspace only; crosvm consists of multiple
|
||||
workspaces.
|
||||
|
||||
#### `clippy`
|
||||
|
||||
The `clippy` linter is used to check for common Rust problems. The crosvm
|
||||
project uses a specific set of `clippy` checks; please run `bin/clippy` before
|
||||
checking in a change.
|
||||
|
||||
#### Dependencies
|
||||
|
||||
With a few exceptions, external dependencies inside of the `Cargo.toml` files
|
||||
|
|
Loading…
Reference in a new issue