Fix CI
This commit is contained in:
parent
fe2ac7018d
commit
eb2b2ba56e
2 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ else
|
|||
cargo fmt --all -- --check
|
||||
fi
|
||||
|
||||
cargo machete
|
||||
cargo machete --with-metadata
|
||||
|
||||
echo "Running checks in frontend"
|
||||
cd ../frontend
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue