mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
add clippy config
This commit is contained in:
parent
2a0adcd736
commit
0a2394faa0
2 changed files with 8 additions and 0 deletions
|
@ -550,6 +550,10 @@ panic = "abort"
|
|||
strip = true
|
||||
|
||||
[lints.clippy]
|
||||
multiple_crate_versions = { level = "allow", priority = 1 }
|
||||
cargo_common_metadata = { level = "allow", priority = 1 }
|
||||
uninlined_format_args = { level = "allow", priority = 1 }
|
||||
missing_panics_doc = { level = "allow", priority = 1 }
|
||||
all = "deny"
|
||||
cargo = "warn"
|
||||
pedantic = "deny"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue