mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
add clippy check
This commit is contained in:
parent
4b0090b323
commit
2a0adcd736
2 changed files with 7 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
||||||
msrv = "1.70.0"
|
msrv = "1.70.0"
|
||||||
cognitive-complexity-threshold = 24
|
cognitive-complexity-threshold = 24
|
||||||
|
missing-docs-in-crate-items = true
|
||||||
|
check-private-items = true
|
||||||
|
|
|
@ -548,3 +548,8 @@ inherits = "release"
|
||||||
opt-level = "z"
|
opt-level = "z"
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
strip = true
|
strip = true
|
||||||
|
|
||||||
|
[lints.clippy]
|
||||||
|
all = "deny"
|
||||||
|
cargo = "warn"
|
||||||
|
pedantic = "deny"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue