mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 02:46:29 +03:00
ci: Make sure clippy script check everything
Also disable missing_docs_in_private_items as this is like 300+ errors currently.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
# Run clippy for all Rust code in the project.
|
||||
cargo clippy --workspace --tests --examples --benches -- -D warnings
|
||||
cargo clippy --workspace --all-targets -- -D warnings
|
||||
|
||||
Reference in New Issue
Block a user