Skip to content

Commit

Permalink
Format and fix Rust code
Browse files Browse the repository at this point in the history
  • Loading branch information
kevgo committed Apr 9, 2024
1 parent ab346c7 commit 0e155ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e155ff

Please sign in to comment.