2020-06-01 02:08:21 -04:00
|
|
|
---
|
2020-06-09 11:08:05 -04:00
|
|
|
# Warning: gitlab.MeaningfulLinkWords
|
2020-06-01 02:08:21 -04:00
|
|
|
#
|
|
|
|
# Checks for the presence of semantically unhelpful words in link text.
|
|
|
|
#
|
2022-10-25 05:10:14 -04:00
|
|
|
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
2020-06-01 02:08:21 -04:00
|
|
|
extends: existence
|
2022-10-31 20:10:27 -04:00
|
|
|
message: "Improve SEO and accessibility by rewriting '%s' in the link text."
|
2020-06-01 02:08:21 -04:00
|
|
|
level: warning
|
|
|
|
scope: link
|
|
|
|
ignorecase: true
|
2022-10-31 20:10:27 -04:00
|
|
|
link: https://docs.gitlab.com/ee/development/documentation/styleguide/index.html#text-for-links
|
2020-06-01 02:08:21 -04:00
|
|
|
tokens:
|
|
|
|
- here
|
|
|
|
- this page
|