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:
Daniel Verkamp 2020-07-13 16:54:34 -07:00 committed by Commit Bot
parent fb0e6d9d6a
commit 0114c4b312

View file

@ -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