summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/developers/hacking-on-gitea.en-us.md
diff options
context:
space:
mode:
authorBo-Yi Wu <appleboy.tw@gmail.com>2022-01-12 07:27:32 +0800
committerGitHub <noreply@github.com>2022-01-11 18:27:32 -0500
commitee8718e452c576b523e2e5980893afe72a99a8fd (patch)
treedbb4c25704b9ffb2d77fff0936f2bd95f09faa4c /docs/content/doc/developers/hacking-on-gitea.en-us.md
parent72cced1f3e3500b01705c9e9cdbdc59e9a27cb1c (diff)
downloadgitea-ee8718e452c576b523e2e5980893afe72a99a8fd.tar.gz
gitea-ee8718e452c576b523e2e5980893afe72a99a8fd.zip
chore: remove unnecessary section (#18209)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'docs/content/doc/developers/hacking-on-gitea.en-us.md')
-rw-r--r--docs/content/doc/developers/hacking-on-gitea.en-us.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/content/doc/developers/hacking-on-gitea.en-us.md b/docs/content/doc/developers/hacking-on-gitea.en-us.md
index 5f52856d1d..bae69d0058 100644
--- a/docs/content/doc/developers/hacking-on-gitea.en-us.md
+++ b/docs/content/doc/developers/hacking-on-gitea.en-us.md
@@ -169,12 +169,6 @@ You should run the same version of go that is on the continuous integration
server as mentioned above. `make fmt-check` will only check if your `go` would
format differently - this may be different from the CI server version.
-You should run revive, vet and spell-check on the code with:
-
-```bash
-make revive vet misspell-check
-```
-
### Working on JS and CSS
Frontend development should follow [Guidelines for Frontend Development](./guidelines-frontend.md)