Skip to content

Commit

Permalink
.sync/rust_config/Makefile.toml: Add clippy to catch lint issues duri… (
Browse files Browse the repository at this point in the history
#353)

.sync/rust_config/Makefile.toml: Add clippy to catch lint issues during
inner dev loop

Signed-off-by: Vineel Kovvuri <[email protected]>
  • Loading branch information
vineelko authored Jul 20, 2024
1 parent dbd1878 commit f81eb4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .sync/rust_config/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,9 @@ clear = true
command = "cargo"
args = ["tarpaulin", "@@split(INDIVIDUAL_PACKAGE_TARGETS, )", "@@split(COV_FLAGS, )", "--output-dir", "${CARGO_MAKE_WORKSPACE_WORKING_DIRECTORY}/target"]
dependencies = ["individual-package-targets"]

[tasks.clippy]
description = "Run cargo clippy."
clear = true
command = "cargo"
args = ["clippy", "--all-targets", "--", "-D", "warnings"]

0 comments on commit f81eb4d

Please sign in to comment.