mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-03 14:42:16 +00:00
.cargo: Check all features in custom-clippy (#2771)
This commit is contained in:
parent
09c690862e
commit
eaf3f3a7fb
@ -1,3 +1,3 @@
|
||||
[alias]
|
||||
# Temporary solution to have clippy config in a single place until https://github.com/rust-lang/rust-clippy/blob/master/doc/roadmap-2021.md#lintstoml-configuration is shipped.
|
||||
custom-clippy = "clippy -- -A clippy::type_complexity -A clippy::pedantic -D warnings"
|
||||
custom-clippy = "clippy --all-features -- -A clippy::type_complexity -A clippy::pedantic -D warnings"
|
||||
|
Loading…
x
Reference in New Issue
Block a user