Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
21 changes: 0 additions & 21 deletions .hyperlint/automations/styles/cloudflare/UnclearAntecedent.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ UNIX
URI
URL
WebRTC
WebSocket
WebSocket[s]
Wi-Fi
WordPress
Wrangler
[Ww]rangler
VMware
VPN
YubiKey
Expand Down
2 changes: 1 addition & 1 deletion .hyperlint/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down