mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 10:10:41 +00:00
bin/clippy: temporarily ignore warnings from external crates
These need to be resolved in repositories outside crosvm, so add them to the ignored list for now. BUG=None TEST=bin/clippy Change-Id: I75b20ff2c84bfc72cd7d3c4421428a82600e6778 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2864371 Reviewed-by: Dennis Kempin <denniskempin@google.com> Tested-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
18750c09df
commit
34050dc2e1
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ SUPPRESS=(
|
|||
unneeded_field_pattern
|
||||
useless_format
|
||||
wrong_self_convention
|
||||
# To be fixed in external libraries
|
||||
upper_case_acronyms
|
||||
from_over_into
|
||||
|
||||
# False positives affecting WlVfd @ `devices/src/virtio/wl.rs`.
|
||||
# Bug: https://github.com/rust-lang/rust-clippy/issues/6312
|
||||
|
|
Loading…
Reference in a new issue