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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-20 15:11:12 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-20 15:11:12 +0300
commit7ff989621e2783d855cff7ecb8aa1348a6498146 (patch)
treea084b35f13cc35793a47a25930df3e84af011e4e
parentc78aaf1503a47c32cafc2418faf6702e51d05ad3 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--doc/.vale/gitlab/VersionText.yml19
-rw-r--r--doc/.vale/gitlab/VersionTextSingleLine.yml13
2 files changed, 0 insertions, 32 deletions
diff --git a/doc/.vale/gitlab/VersionText.yml b/doc/.vale/gitlab/VersionText.yml
deleted file mode 100644
index 4fd80bc3f4e..00000000000
--- a/doc/.vale/gitlab/VersionText.yml
+++ /dev/null
@@ -1,19 +0,0 @@
----
-# Error: gitlab.VersionText
-#
-# Checks that multi-line version text is formatted correctly.
-#
-# Specifically, looks for multi-line version text that doesn't use `-` to make it a list.
-# For example:
-#
-# - `> Introduced in GitLab 14.0.
-# - `> Removed in GitLab 15.0.
-#
-# For a list of all options, see https://vale.sh/docs/topics/styles/
-extends: existence
-message: "Start each entry with `> -`. Keep long entries on one line."
-link: https://docs.gitlab.com/ee/development/documentation/versions.html
-level: error
-scope: raw
-raw:
- - '\n#.*\n\n> [^-].+\n[^\n`]'
diff --git a/doc/.vale/gitlab/VersionTextSingleLine.yml b/doc/.vale/gitlab/VersionTextSingleLine.yml
deleted file mode 100644
index 552ccb9951e..00000000000
--- a/doc/.vale/gitlab/VersionTextSingleLine.yml
+++ /dev/null
@@ -1,13 +0,0 @@
----
-# Error: gitlab.VersionTextSingleLine
-#
-# Verifies that single-item version notes don't have a hyphen.
-#
-# For a list of all options, see https://vale.sh/docs/topics/styles/
-extends: existence
-message: "Do not use a hyphen '-' in version text if there is only a single item."
-link: https://docs.gitlab.com/ee/development/documentation/versions.html#add-a-version-history-item
-level: error
-scope: raw
-raw:
- - '(\r|\n|\r\n){2}(> - .*)(\r|\n|\r\n){2}'