summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile46
1 files changed, 23 insertions, 23 deletions
diff --git a/Makefile b/Makefile
index 0c63cef9cc..37c9a46d81 100644
--- a/Makefile
+++ b/Makefile
@@ -144,29 +144,29 @@ include docker/Makefile
.PHONY: help
help:
@echo "Make Routines:"
- @echo " - \"\" equivalent to \"build\""
- @echo " - build build everything"
- @echo " - frontend build frontend files"
- @echo " - backend build backend files"
- @echo " - clean delete backend and integration files"
- @echo " - clean-all delete backend, frontend and integration files"
- @echo " - lint lint everything"
- @echo " - lint-frontend lint frontend files"
- @echo " - lint-backend lint backend files"
- @echo " - watch-frontend watch frontend files and continuously rebuild"
- @echo " - webpack build webpack files"
- @echo " - fomantic build fomantic files"
- @echo " - generate run \"go generate\""
- @echo " - fmt format the Go code"
- @echo " - generate-swagger generate the swagger spec from code comments"
- @echo " - swagger-validate check if the swagger spec is valid"
- @echo " - golangci-lint run golangci-lint linter"
- @echo " - revive run revive linter"
- @echo " - misspell check for misspellings"
- @echo " - vet examines Go source code and reports suspicious constructs"
- @echo " - test run unit test"
- @echo " - test-sqlite run integration test for sqlite"
- @echo " - pr#<index> build and start gitea from a PR with integration test data loaded"
+ @echo " - \"\" equivalent to \"build\""
+ @echo " - build build everything"
+ @echo " - frontend build frontend files"
+ @echo " - backend build backend files"
+ @echo " - clean delete backend and integration files"
+ @echo " - clean-all delete backend, frontend and integration files"
+ @echo " - lint lint everything"
+ @echo " - lint-frontend lint frontend files"
+ @echo " - lint-backend lint backend files"
+ @echo " - watch-frontend watch frontend files and continuously rebuild"
+ @echo " - webpack build webpack files"
+ @echo " - fomantic build fomantic files"
+ @echo " - generate run \"go generate\""
+ @echo " - fmt format the Go code"
+ @echo " - generate-swagger generate the swagger spec from code comments"
+ @echo " - swagger-validate check if the swagger spec is valid"
+ @echo " - golangci-lint run golangci-lint linter"
+ @echo " - revive run revive linter"
+ @echo " - misspell check for misspellings"
+ @echo " - vet examines Go source code and reports suspicious constructs"
+ @echo " - test[\#TestSpecificName] run unit test"
+ @echo " - test-sqlite[\#TestSpecificName] run integration test for sqlite"
+ @echo " - pr#<index> build and start gitea from a PR with integration test data loaded"
.PHONY: go-check
go-check: