Skip to content

Commit

Permalink
makefile: make fixup
Browse files Browse the repository at this point in the history
Format and run cargo clippy. A common task I do.
  • Loading branch information
jasonish committed Jul 12, 2024
1 parent dd92d9a commit 2700d25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@ dist:
fmt:
cargo fmt
cd webapp && npm run fmt

fixup:
$(MAKE) fmt
cargo clippy --fix --allow-dirty

0 comments on commit 2700d25

Please sign in to comment.