2020-06-23 00:09:42 +05:30
|
|
|
---
|
|
|
|
# Warning: gitlab.MeaningfulLinkWords
|
|
|
|
#
|
|
|
|
# Checks for the presence of semantically unhelpful words in link text.
|
|
|
|
#
|
2020-07-28 23:09:34 +05:30
|
|
|
# For a list of all options, see https://errata-ai.gitbook.io/vale/getting-started/styles
|
2020-06-23 00:09:42 +05:30
|
|
|
extends: existence
|
|
|
|
message: 'Improve SEO and accessibility by rewriting "%s" in the link text.'
|
|
|
|
level: warning
|
|
|
|
scope: link
|
|
|
|
ignorecase: true
|
|
|
|
link: https://about.gitlab.com/handbook/communication/#writing-style-guidelines
|
|
|
|
tokens:
|
|
|
|
- here
|
|
|
|
- this page
|