From 501efdcc3659347494cf2bcb44434b2ead2c2879 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 12 Jan 2022 07:27:32 +0800 Subject: [PATCH] chore: remove unnecessary section (#18209) Signed-off-by: Bo-Yi Wu Co-authored-by: zeripath Co-authored-by: 6543 <6543@obermui.de> --- doc/developers/hacking-on-gitea.en-us.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/developers/hacking-on-gitea.en-us.md b/doc/developers/hacking-on-gitea.en-us.md index 5f52856d..bae69d00 100644 --- a/doc/developers/hacking-on-gitea.en-us.md +++ b/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)