Skip to content

Commit

Permalink
fix: πŸ› Sync clippy arguments between host and target
Browse files Browse the repository at this point in the history
  • Loading branch information
berkus committed Sep 30, 2024
1 parent b39c8b0 commit ab0fc9d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion bin/chainofcommand/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@ args = ["test"]

[tasks.clippy]
command = "cargo"
args = ["clippy", "--", "-D", "warnings"]
args = [
"clippy",
"--",
"--no-deps",
"--deny",
"warnings",
"--allow",
"deprecated",
]

[tasks.hopper]
disabled = true
Expand Down

0 comments on commit ab0fc9d

Please sign in to comment.