Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-26 01:50:44 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-04-28 20:54:34 +0300
commit65d0d02887b86661590e74f560cbda0d517b95c2 (patch)
tree8d488912aa3bb60a158cc71bbe0ba5e826cabd02 /doc
parent57de8e72fe96a0773b8f9ef95cf77300a90a66f0 (diff)
Replace make setup with go run and version suffixes
Changelog: other
Diffstat (limited to 'doc')
-rw-r--r--doc/development.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/development.md b/doc/development.md
index 77603683..4b9e1506 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -189,11 +189,6 @@ This is an example of developing GitLab Pages inside the [GitLab Development Kit
## Linting
```sh
-# Get everything installed and setup (you only need to run this once)
-# If you run into problems running the linting process,
-# you may have to run `make clean` and try this step again
-make setup
-
# Run the linter locally
make lint
```