mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
add clippy check
This commit is contained in:
parent
4b0090b323
commit
2a0adcd736
2 changed files with 7 additions and 0 deletions
|
@ -548,3 +548,8 @@ inherits = "release"
|
|||
opt-level = "z"
|
||||
panic = "abort"
|
||||
strip = true
|
||||
|
||||
[lints.clippy]
|
||||
all = "deny"
|
||||
cargo = "warn"
|
||||
pedantic = "deny"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue