style: Using clippy lints
This commit is contained in:
@@ -6,3 +6,12 @@ edition = "2024"
|
||||
[dependencies]
|
||||
crossterm = "0.29"
|
||||
ratatui = { version = "0.30", features = ["crossterm"] }
|
||||
|
||||
[lints.clippy]
|
||||
pedantic = "warn"
|
||||
nursery = "warn"
|
||||
restriction = "warn"
|
||||
unused_trait_names = "warn"
|
||||
missing_docs_in_private_items = "warn"
|
||||
empty_structs_with_brackets = "warn"
|
||||
let_underscore_must_use = "warn"
|
||||
Reference in New Issue
Block a user