1
Fork 0
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:
Daniel Hofstetter 2025-04-13 16:45:57 +02:00
parent 0d23be3e87
commit 32dcaeef32
3 changed files with 9 additions and 3 deletions

View file

@ -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"