16 lines
443 B
YAML
16 lines
443 B
YAML
|
---
|
||
|
# Warning: gitlab.MeaningfulLinkWords
|
||
|
#
|
||
|
# Checks for the presence of semantically unhelpful words in link text.
|
||
|
#
|
||
|
# For a list of all options, see https://errata-ai.github.io/vale/styles/
|
||
|
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
|