Skip to content

Commit

Permalink
chore(bolt-cli): add lints
Browse files Browse the repository at this point in the history
  • Loading branch information
estensen committed Nov 27, 2024
1 parent 53d7d9f commit 0f05fd0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bolt-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,12 @@ alloy-node-bindings = "0.6.3"

[build-dependencies]
tonic-build = "0.12.3"

[lints.clippy]
explicit_iter_loop = "warn"
if_not_else = "warn"
manual_let_else = "warn"
match_bool = "warn"
redundant_else = "warn"
unnecessary_self_imports = "warn"
use_self = "warn"

0 comments on commit 0f05fd0

Please sign in to comment.