Skip to content

Commit e4d735e

Browse files
authored
Hyperlint wed 2 (#22422)
* [Vale] More updates * remove external link check
1 parent ff5717c commit e4d735e

File tree

5 files changed

+5
-26
lines changed

5 files changed

+5
-26
lines changed

.hyperlint/automations/styles/cloudflare/Contractions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# For a list of all options, see https://vale.sh/docs/topics/styles/
77

88
extends: substitution
9-
message: "Do not use contractions. Use '%s' instead of '%s'. Only change the contractions, nothing else."
9+
message: "Do not use contractions. Only change the contractions, nothing else."
1010
link: https://developers.cloudflare.com/style-guide/grammar/parts-of-speech/contractions/
1111
level: error
1212
ignorecase: true

.hyperlint/automations/styles/cloudflare/NonStandardQuotes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# For a list of all options, see https://vale.sh/docs/topics/styles/
77
extends: existence
8-
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."
8+
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.'
99
level: warning
1010
ignorecase: true
1111
link: https://developers.cloudflare.com/style-guide/grammar/punctuation-marks-and-symbols/quotation-marks/

.hyperlint/automations/styles/cloudflare/UnclearAntecedent.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.hyperlint/automations/styles/plain-text-style-checks/casing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ UNIX
3232
URI
3333
URL
3434
WebRTC
35-
WebSocket
35+
WebSocket[s]
3636
Wi-Fi
3737
WordPress
38-
Wrangler
38+
[Ww]rangler
3939
VMware
4040
VPN
4141
YubiKey

.hyperlint/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ reviewer:
66
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.
77
enabled: true
88
external_link_validation:
9-
enabled: true
9+
enabled: false
1010
check_status_upon_review_failure: neutral
1111
summarize_pull_request:
1212
enabled: true

0 commit comments

Comments
 (0)