Skip to content

Commit

Permalink
Enforce clippy across the entire workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Sep 28, 2022
1 parent b2bed82 commit cb4da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -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 --all-features --all-targets -- -A clippy::type_complexity -A clippy::pedantic -D warnings"
custom-clippy = "clippy --workspace --all-features --all-targets -- -A clippy::type_complexity -A clippy::pedantic -D warnings"

0 comments on commit cb4da08

Please sign in to comment.