mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-16 23:11:06 +00:00
Hyperlint wed 2 (#22422)
* [Vale] More updates * remove external link check
This commit is contained in:
parent
ff5717c60a
commit
e4d735e104
5 changed files with 5 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -32,10 +32,10 @@ UNIX
|
|||
URI
|
||||
URL
|
||||
WebRTC
|
||||
WebSocket
|
||||
WebSocket[s]
|
||||
Wi-Fi
|
||||
WordPress
|
||||
Wrangler
|
||||
[Ww]rangler
|
||||
VMware
|
||||
VPN
|
||||
YubiKey
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue