mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
add clippy check
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
msrv = "1.70.0"
|
||||
cognitive-complexity-threshold = 24
|
||||
missing-docs-in-crate-items = true
|
||||
check-private-items = true
|
||||
|
||||
@@ -548,3 +548,8 @@ inherits = "release"
|
||||
opt-level = "z"
|
||||
panic = "abort"
|
||||
strip = true
|
||||
|
||||
[lints.clippy]
|
||||
all = "deny"
|
||||
cargo = "warn"
|
||||
pedantic = "deny"
|
||||
|
||||
Reference in New Issue
Block a user