Skip to content

Commit

Permalink
debug line test
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Jan 10, 2024
1 parent da70d14 commit 5f1ebe8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ dependencies = []
[tasks.lint]
description = "Run lint"
command = "cargo"
args = ["clippy"]
args = ["clippy", "--", "-Dwarnings"]

[tasks.check-format]
description = "Run the cargo rustfmt plugin."
command = "cargo"
args = ["fmt", "--all", "--", "--check"]

[tasks.format]
description = "Run the cargo rustfmt plugin."
Expand Down

0 comments on commit 5f1ebe8

Please sign in to comment.