summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/VersionTextSingleLine.yml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/.vale/gitlab/VersionTextSingleLine.yml')
-rw-r--r--doc/.vale/gitlab/VersionTextSingleLine.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/.vale/gitlab/VersionTextSingleLine.yml b/doc/.vale/gitlab/VersionTextSingleLine.yml
new file mode 100644
index 00000000000..f76574bcf8a
--- /dev/null
+++ b/doc/.vale/gitlab/VersionTextSingleLine.yml
@@ -0,0 +1,13 @@
+---
+# Error: gitlab.VersionTextSingleLine
+#
+# Verifies that single-item version notes don't have a hyphen.
+#
+# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
+extends: existence
+message: 'Version text with only a single item must not start with a hyphen.'
+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}'