mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +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,4 +1,4 @@
|
||||
#![warn(unused, clippy::all, clippy::missing_docs_in_private_items)]
|
||||
#![warn(unused, clippy::all)]
|
||||
#![allow(
|
||||
non_camel_case_types,
|
||||
non_snake_case,
|
||||
|
||||
@@ -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