Skip to content

Commit

Permalink
add fmt make task
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Aug 28, 2023
1 parent 2e4f4b1 commit 6b0c07a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ license: clean prepareLic
.PHONY: verify
verify: clean license test

.PHONE: fmt
fmt:
$(GO_GET) -u github.com/dubbogo/tools/cmd/imports-formatter
imports-formatter

.PHONY: clean
clean: prepare
rm -rf coverage.txt
Expand Down

0 comments on commit 6b0c07a

Please sign in to comment.