2020-06-23 00:09:42 +05:30
|
|
|
---
|
|
|
|
# Warning: gitlab.MeaningfulLinkWords
|
|
|
|
#
|
|
|
|
# Checks for the presence of semantically unhelpful words in link text.
|
|
|
|
#
|
2023-01-13 00:05:48 +05:30
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2020-06-23 00:09:42 +05:30
|
|
|
extends: existence
|
2023-01-13 00:05:48 +05:30
|
|
|
message: "Improve SEO and accessibility by rewriting '%s' in the link text."
|
2020-06-23 00:09:42 +05:30
|
|
|
level: warning
|
|
|
|
scope: link
|
|
|
|
ignorecase: true
|
2023-01-13 00:05:48 +05:30
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#text-for-links
|
2020-06-23 00:09:42 +05:30
|
|
|
tokens:
|
|
|
|
- here
|
|
|
|
- this page
|