We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cced1 commit ee8718eCopy full SHA for ee8718e
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
169
server as mentioned above. `make fmt-check` will only check if your `go` would
170
format differently - this may be different from the CI server version.
171
172
-You should run revive, vet and spell-check on the code with:
173
-
174
-```bash
175
-make revive vet misspell-check
176
-```
177
178
### Working on JS and CSS
179
180
Frontend development should follow [Guidelines for Frontend Development](./guidelines-frontend.md)
0 commit comments