We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0458bf commit 9991d63Copy full SHA for 9991d63
Makefile
@@ -231,7 +231,7 @@ clean: ## delete backend and integration files
231
tests/e2e/reports/ tests/e2e/test-artifacts/ tests/e2e/test-snapshots/
232
233
.PHONY: fmt
234
-fmt: ## format the Go code
+fmt: ## format and fix the Go code
235
@$(GO) run $(GOPLS_MODERNIZE_PACKAGE) -fix ./...
236
@GOFUMPT_PACKAGE=$(GOFUMPT_PACKAGE) $(GO) run build/code-batch-process.go gitea-fmt -w '{file-list}'
237
$(eval TEMPLATES := $(shell find templates -type f -name '*.tmpl'))
0 commit comments