Skip to content

Commit 10acc80

Browse files
committed
feat: turnkey
1 parent 4fac768 commit 10acc80

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Makefile.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ run_task = "help"
1717

1818
# ------- Core checks -------
1919

20-
[tasks.fmt]
21-
category = "Format"
22-
clear = true
23-
command = "cargo"
24-
args = ["fmt", "--all", "--", "--check"]
25-
description = "Check rustfmt formatting for the entire workspace"
26-
2720
[tasks.clippy]
2821
category = "Lint"
2922
clear = true
@@ -61,7 +54,7 @@ description = "Verify that the crate can be packaged cleanly"
6154

6255
[tasks.ci]
6356
category = "Meta"
64-
dependencies = ["fmt", "clippy", "test", "package"]
57+
dependencies = ["format", "clippy", "test", "package"]
6558
description = "Run fmt, clippy, tests, and packaging checks"
6659

6760
# ------- Release gatekeeping -------
@@ -252,7 +245,6 @@ script = [
252245
echo
253246
254247
printf "%b%s%b\n" "$BOLD$MAGENTA" "Formatting" "$RESET"
255-
row "cargo make fmt" "Check formatting (stable)"
256248
row "cargo make format" "Format with nightly rustfmt (unstable features)"
257249
echo
258250

0 commit comments

Comments
 (0)