mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
Merge pull request #7748 from cakebaker/clippy_move_lints_from_ci_to_cargo_toml
Move clippy lints from CI to `Cargo.toml`
This commit is contained in:
commit
efb09204a2
5 changed files with 14 additions and 7 deletions
|
@ -601,4 +601,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