Skip to content

Commit 9991d63

Browse files
committed
update target description
1 parent b0458bf commit 9991d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ clean: ## delete backend and integration files
231231
tests/e2e/reports/ tests/e2e/test-artifacts/ tests/e2e/test-snapshots/
232232

233233
.PHONY: fmt
234-
fmt: ## format the Go code
234+
fmt: ## format and fix the Go code
235235
@$(GO) run $(GOPLS_MODERNIZE_PACKAGE) -fix ./...
236236
@GOFUMPT_PACKAGE=$(GOFUMPT_PACKAGE) $(GO) run build/code-batch-process.go gitea-fmt -w '{file-list}'
237237
$(eval TEMPLATES := $(shell find templates -type f -name '*.tmpl'))

0 commit comments

Comments
 (0)