Skip to content

Commit

Permalink
add fmt make task (#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj authored Aug 29, 2023
1 parent 727a2d8 commit bdf5b70
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 bdf5b70

Please sign in to comment.