Skip to content
Snippets Groups Projects
Commit 56721097 authored by STEVAN Antoine's avatar STEVAN Antoine 🦀
Browse files

split the fmt rule into fmt-check and fmt (dragoon/komodo!46)

this MR splits the `fmt` rule of the `Makefile` into `fmt-check` and `fmt`, where `fmt` does the actual formatting and `fmt-check` only checks for bad format.
parent e0fb0f81
No related branches found
No related tags found
No related merge requests found
.PHONY: fmt check clippy test example show
.PHONY: fmt fmt-check check clippy test example show
DEFAULT_GOAL: fmt check clippy test
DEFAULT_GOAL: fmt-check check clippy test
fmt:
fmt-check:
cargo fmt --all -- --check
fmt:
cargo fmt --all
check:
cargo check --workspace --all-targets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment