mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Move clippy lints from CI to Cargo.toml
This commit is contained in:
parent
0d23be3e87
commit
32dcaeef32
3 changed files with 9 additions and 3 deletions
|
@ -600,4 +600,11 @@ unused_qualifications = "warn"
|
|||
[workspace.lints.clippy]
|
||||
all = { level = "deny", priority = -1 }
|
||||
#cargo = { level = "warn", priority = -1 }
|
||||
cognitive_complexity = "warn"
|
||||
default_trait_access = "warn"
|
||||
implicit_clone = "warn"
|
||||
manual_string_new = "warn"
|
||||
match_bool = "warn"
|
||||
range-plus-one = "warn"
|
||||
redundant-clone = "warn"
|
||||
ref_option = "warn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue