aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-11-28 07:12:22 +0100
committerGitHub <noreply@github.com>2020-11-28 01:12:22 -0500
commite7b47c521523099826f42b166f7b562741c07834 (patch)
tree11915204151e179a47c33dc300ec727cc93fada4 /Makefile
parent742e21aeba5c02935269a2a3681f4486019ce542 (diff)
downloadgitea-e7b47c521523099826f42b166f7b562741c07834.tar.gz
gitea-e7b47c521523099826f42b166f7b562741c07834.zip
Format files (#13698)
* align "make help" * format * untouch build/generate-svg.js * untouch .eslintrc * combine editorconfig's * rm editorconfig Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0321800e1c..f74f1e67d4 100644
--- a/Makefile
+++ b/Makefile
@@ -152,7 +152,7 @@ all: build
.PHONY: help
help:
@echo "Make Routines:"
- @echo " - \"\" equivalent to \"build\""
+ @echo " - \"\" equivalent to \"build\""
@echo " - build build everything"
@echo " - frontend build frontend files"
@echo " - backend build backend files"
@@ -180,7 +180,7 @@ help:
@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[\#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"