summaryrefslogtreecommitdiffstats
path: root/docs/content/installation/from-source.en-us.md
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-02-09 04:59:39 +0100
committerGitHub <noreply@github.com>2024-02-09 03:59:39 +0000
commit9c39f8515fa88d644736c6773d7a05d070a02e82 (patch)
tree025404a49c6b66ce145380f1a7e28b6dc80f8c46 /docs/content/installation/from-source.en-us.md
parenta24e1da7e9e38fc5f5c84c083d122c0cc3da4b74 (diff)
downloadgitea-9c39f8515fa88d644736c6773d7a05d070a02e82.tar.gz
gitea-9c39f8515fa88d644736c6773d7a05d070a02e82.zip
Rework spellchecking, add `lint-spell` (#29106)
- Use maintained fork https://github.com/golangci/misspell - Rename `mispell-check` to `lint-spell`, add `lint-spell-fix` - Run `lint-spell` in separate actions step - Lint more files, fix discovered issues - Remove inaccurate and outdated info in docs (we do not need GOPATH for tools anymore) Maybe later we can add more spellchecking tools, but I have not found any good ones yet.
Diffstat (limited to 'docs/content/installation/from-source.en-us.md')
-rw-r--r--docs/content/installation/from-source.en-us.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/content/installation/from-source.en-us.md b/docs/content/installation/from-source.en-us.md
index 601e074745..cd9fd56511 100644
--- a/docs/content/installation/from-source.en-us.md
+++ b/docs/content/installation/from-source.en-us.md
@@ -27,13 +27,7 @@ Next, [install Node.js with npm](https://nodejs.org/en/download/) which is
required to build the JavaScript and CSS files. The minimum supported Node.js
version is @minNodeVersion@ and the latest LTS version is recommended.
-**Note**: When executing make tasks that require external tools, like
-`make misspell-check`, Gitea will automatically download and build these as
-necessary. To be able to use these, you must have the `"$GOPATH/bin"` directory
-on the executable path. If you don't add the go bin directory to the
-executable path, you will have to manage this yourself.
-
-**Note 2**: Go version @minGoVersion@ or higher is required. However, it is recommended to
+**Note**: Go version @minGoVersion@ or higher is required. However, it is recommended to
obtain the same version as our continuous integration, see the advice given in
[Hacking on Gitea](development/hacking-on-gitea.md)