mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
add clippy config
This commit is contained in:
parent
2a0adcd736
commit
0a2394faa0
2 changed files with 8 additions and 0 deletions
|
@ -155,3 +155,7 @@ retval
|
||||||
subdir
|
subdir
|
||||||
val
|
val
|
||||||
vals
|
vals
|
||||||
|
|
||||||
|
# * clippy
|
||||||
|
uninlined
|
||||||
|
nonminimal
|
||||||
|
|
|
@ -550,6 +550,10 @@ panic = "abort"
|
||||||
strip = true
|
strip = true
|
||||||
|
|
||||||
[lints.clippy]
|
[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"
|
all = "deny"
|
||||||
cargo = "warn"
|
cargo = "warn"
|
||||||
pedantic = "deny"
|
pedantic = "deny"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue