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

MeaningfulLinkWords.yml « gitlab « .vale « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0b3bf9c6111cc67a68c7615869ead9fce3a2014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# Warning: gitlab.MeaningfulLinkWords
#
# Checks for the presence of semantically unhelpful words in link text.
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Improve SEO and accessibility by rewriting the link text for '%s'."
level: warning
ignorecase: true
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#text-for-links
scope: raw
nonword: true
tokens:
  - \[here\]\(.*\)
  - \[this page\]\(.*\)