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
path: root/doc/.vale
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-26 09:08:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-26 09:08:19 +0300
commitc4b7a3e5c1209bc9931b6ce035a13046db3c2542 (patch)
tree2aa1966a0efc9f5b6d731befe646094ef9452fa0 /doc/.vale
parent8e0d6e9671ba9013fc29a16c31dee4757eda9387 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/.vale')
-rw-r--r--doc/.vale/gitlab/TabsLinks.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/.vale/gitlab/TabsLinks.yml b/doc/.vale/gitlab/TabsLinks.yml
new file mode 100644
index 00000000000..97f75046fca
--- /dev/null
+++ b/doc/.vale/gitlab/TabsLinks.yml
@@ -0,0 +1,13 @@
+---
+# Error: gitlab.TabsLinks
+#
+# Checks for the presence of links to individual GitLab UI tabs.
+#
+# For a list of all options, see https://vale.sh/docs/topics/styles/
+extends: existence
+message: "Do not include tabs query parameters in links."
+link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#tabs
+level: error
+scope: raw
+raw:
+ - '\[[^\]]+\]\(.*?\.md\?tab=.*?\)'