Skip to content

Commit 2b4b9ae

Browse files
committed
[Vale] More updates
1 parent ff5717c commit 2b4b9ae

File tree

4 files changed

+4
-25
lines changed

4 files changed

+4
-25
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

0 commit comments

Comments
 (0)