Hyperlint wed 2 (#22422)

* [Vale] More updates

* remove external link check
This commit is contained in:
Kody Jackson 2025-05-14 08:12:32 -05:00 committed by GitHub
parent ff5717c60a
commit e4d735e104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 26 deletions

View file

@ -6,7 +6,7 @@
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: substitution
message: "Do not use contractions. Use '%s' instead of '%s'. Only change the contractions, nothing else."
message: "Do not use contractions. Only change the contractions, nothing else."
link: https://developers.cloudflare.com/style-guide/grammar/parts-of-speech/contractions/
level: error
ignorecase: true

View file

@ -5,7 +5,7 @@
#
# For a list of all options, see https://vale.sh/docs/topics/styles/
extends: existence
message: "Use standard single quotes or double quotes only. Do not use left or right quotes. Only update the quotes and nothing else. Double quotes are fine, so long as they aren't directional."
message: Use standard single quotes ('''') or double quotes only (""). Do not use left or right quotes. Only update the quotes and nothing else. Backticks (`) are acceptable and do not need to be updated.'
level: warning
ignorecase: true
link: https://developers.cloudflare.com/style-guide/grammar/punctuation-marks-and-symbols/quotation-marks/

View file

@ -1,21 +0,0 @@
---
name: gitlab_base.UnclearAntecedent
description: |
Checks for words that need a noun for clarity.
extends: existence
message: "Instead of '%s', try starting this sentence with a specific subject and verb. Only update this part of the sentence and nothing else."
link: https://docs.gitlab.com/development/documentation/styleguide/word_list/#this-these-that-those
vocab: false
level: warning
ignorecase: false
tokens:
- "That is"
- "That was"
- "There are"
- "There were"
- "These are"
- "These were"
- "This is"
- "This was"
- "Those are"
- "Those were"

View file

@ -32,10 +32,10 @@ UNIX
URI
URL
WebRTC
WebSocket
WebSocket[s]
Wi-Fi
WordPress
Wrangler
[Ww]rangler
VMware
VPN
YubiKey

View file

@ -6,7 +6,7 @@ reviewer:
We review internal PRs within **1 week**. If it's something urgent or has been sitting without a comment, start a thread in the *Developer Docs* space internally.
enabled: true
external_link_validation:
enabled: true
enabled: false
check_status_upon_review_failure: neutral
summarize_pull_request:
enabled: true