summaryrefslogtreecommitdiff
path: root/doc/.vale/gitlab/TabsLinks.yml
blob: 97f75046fca1a27409fe15206b9403389da68287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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=.*?\)'