From 0e155ff6105259df1c647ab2de096b74137ede64 Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Tue, 9 Apr 2024 16:07:24 -0500 Subject: [PATCH] Format and fix Rust code --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ae3eecc..c9a553e 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ cukethis: build # runs only end-to-end tests with a @this tag cargo test --test cucumber -- -t @this fix: tools/rta@${RUN_THAT_APP_VERSION} # applies all auto-fixers + cargo fmt + cargo fix --allow-dirty + cargo clippy --fix --allow-dirty tools/rta dprint fmt help: # shows all available Make commands