mirror of
https://github.com/uutils/coreutils
synced 2024-11-10 07:04:16 +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"
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue