Skip to content

Commit

Permalink
Merge branch 'yophilav/prepareRelease1.0.10-rc1' of https://github.co…
Browse files Browse the repository at this point in the history
…m/yophilav/iotedge into yophilav/prepareRelease1.0.10-rc1
  • Loading branch information
yophilav committed Jun 26, 2020
2 parents 8d914e4 + fb85e9c commit b2cf183
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions edgelet/edgelet-hsm/tests/crypto_get_random.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#![deny(unused_extern_crates, warnings)]
#![deny(clippy::all, clippy::pedantic)]
#![allow(clippy::similar_names)]

use lazy_static::lazy_static;
use std::sync::Mutex;
Expand Down
1 change: 1 addition & 0 deletions edgelet/edgelet-iothub/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#![allow(
clippy::module_name_repetitions,
clippy::must_use_candidate,
clippy::similar_names,
clippy::too_many_lines,
clippy::use_self
)]
Expand Down
1 change: 1 addition & 0 deletions edgelet/iotedge-proxy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
clippy::module_name_repetitions,
clippy::must_use_candidate,
clippy::shadow_unrelated,
clippy::similar_names,
clippy::too_many_lines,
clippy::use_self
)]
Expand Down
1 change: 1 addition & 0 deletions edgelet/iotedge/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
clippy::missing_errors_doc,
clippy::module_name_repetitions,
clippy::must_use_candidate,
clippy::similar_names,
clippy::too_many_arguments,
clippy::too_many_lines,
clippy::type_complexity,
Expand Down

0 comments on commit b2cf183

Please sign in to comment.