aurae-runtime / auraed

Secure mTLS and gRPC backed runtime daemon. Alternative to systemd. Written in Rust.
https://aurae.io/auraed
Apache License 2.0
60 stars 11 forks source link

Run clippy on build #14

Closed future-highway closed 1 year ago

future-highway commented 1 year ago

Clippy has a default configuration, so it will output warnings for more than explicitly configured. This should be overridable, but starting with the defaults seems like a good choice.

You can see an example of where I needed to override clippy in the build.rs file.