File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff 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 ]
2821category = " Lint"
2922clear = true
@@ -61,7 +54,7 @@ description = "Verify that the crate can be packaged cleanly"
6154
6255[tasks .ci ]
6356category = " Meta"
64- dependencies = [" fmt " , " clippy" , " test" , " package" ]
57+ dependencies = [" format " , " clippy" , " test" , " package" ]
6558description = " 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
You can’t perform that action at this time.
0 commit comments