This commit is contained in:
Andras Schmelczer 2025-11-02 17:45:22 +00:00
parent fe2ac7018d
commit eb2b2ba56e
2 changed files with 4 additions and 1 deletions

View file

@ -21,7 +21,7 @@ else
cargo fmt --all -- --check
fi
cargo machete
cargo machete --with-metadata
echo "Running checks in frontend"
cd ../frontend

View file

@ -88,3 +88,6 @@ similar_names = { level = "allow", priority = 1 }
missing_docs_in_private_items = { level = "allow", priority = 1 }
pedantic = { level = "warn", priority = 0 }
[package.metadata.cargo-machete]
ignored = ["humantime-serde"] # only used in serde macro