Skip to content

Commit

Permalink
Merge pull request #260 from gosub-browser/format-fix
Browse files Browse the repository at this point in the history
deprecated 'make fix'
  • Loading branch information
jaytaph authored Nov 14, 2023
2 parents 3811255 + f51f9e8 commit 7b48c2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ build: ## Build the project
section "Cargo build" ;\
cargo build

fix: ## Fix formatting and clippy errors
fix: ## Fix formatting and clippy errors (deprecated)
echo "Use 'make format' instead"

format: ## Fix formatting and clippy errors
cargo fmt
cargo clippy --fix --allow-dirty --allow-staged

Expand Down

0 comments on commit 7b48c2e

Please sign in to comment.