mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
[Hyperlint] Only keep high confidence checks (#23509)
This commit is contained in:
parent
1a47b67f18
commit
34d352e6c3
5 changed files with 0 additions and 126 deletions
|
|
@ -1,37 +0,0 @@
|
|||
---
|
||||
# Error: cloudflare.Contractions
|
||||
#
|
||||
# Do not use contractions.
|
||||
#
|
||||
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
||||
|
||||
extends: substitution
|
||||
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
|
||||
action:
|
||||
name: replace
|
||||
swap:
|
||||
aren't: are not
|
||||
can't: cannot
|
||||
couldn't: could not
|
||||
didn't: did not
|
||||
don't: do not
|
||||
doesn't: does not
|
||||
hasn't: has not
|
||||
haven't: have not
|
||||
how's: how is
|
||||
isn't: is not
|
||||
it's: it is
|
||||
shouldn't: should not
|
||||
that's: that is
|
||||
they're: they are
|
||||
wasn't: was not
|
||||
we're: we are
|
||||
we've: we have
|
||||
weren't: were not
|
||||
what's: what is
|
||||
when's: when is
|
||||
where's: where is
|
||||
won't: will not
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
extends: existence
|
||||
message: "Do not use exclamation points in text. Only replace the exclamation point and no other text."
|
||||
link: "https://developers.google.com/style/exclamation-points"
|
||||
nonword: true
|
||||
level: error
|
||||
action:
|
||||
name: edit
|
||||
params:
|
||||
- trim_right
|
||||
- "!"
|
||||
tokens:
|
||||
- '\w+!(?:\s|$)'
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
extends: existence
|
||||
message: "Don't use end punctuation in headings. Only update the punctuation and nothing else."
|
||||
link: https://docs.microsoft.com/en-us/style-guide/punctuation/periods
|
||||
nonword: true
|
||||
level: warning
|
||||
scope: heading
|
||||
action:
|
||||
name: edit
|
||||
params:
|
||||
- trim_right
|
||||
- ".!"
|
||||
tokens:
|
||||
- "[a-z][.!]$"
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
# Error: cloudflare.Repetition
|
||||
#
|
||||
# Checks for duplicate words, like `the the` or `and and`.
|
||||
#
|
||||
# For a list of all options, see https://vale.sh/docs/topics/styles/
|
||||
extends: repetition
|
||||
message: "**Warning**: Remove this duplicate word: '%s'. Only remove this duplicate word and nothing else."
|
||||
level: warning
|
||||
alpha: true
|
||||
tokens:
|
||||
- '[^\s]+'
|
||||
|
|
@ -1,52 +0,0 @@
|
|||
Correct casings or misspellings for the following words.
|
||||
|
||||
Ignore this rule if the words are in:
|
||||
|
||||
- code blocks
|
||||
- `code fences`
|
||||
- **bold** or _italic_ case
|
||||
- HTML or Markdown links
|
||||
|
||||
The list of potential casings or misspellings is:
|
||||
|
||||
Bitbucket
|
||||
cdnjs
|
||||
CLI
|
||||
Cloudflare
|
||||
cloudflared
|
||||
Datadog
|
||||
GitHub
|
||||
GitLab
|
||||
HashiCorp
|
||||
Hono
|
||||
HTTP
|
||||
HTTPS
|
||||
Internet
|
||||
IoT
|
||||
IPsec
|
||||
JavaScript
|
||||
Jira
|
||||
jsDelivr
|
||||
JSON
|
||||
JWT
|
||||
macOS
|
||||
Next.js
|
||||
NVIDIA
|
||||
OAuth
|
||||
PowerShell
|
||||
TypeScript
|
||||
UDP
|
||||
unpkg
|
||||
UNIX
|
||||
URI
|
||||
URL
|
||||
WebRTC
|
||||
WebSocket[s]
|
||||
Wi-Fi
|
||||
WordPress
|
||||
[Ww]rangler
|
||||
VMware
|
||||
VPN
|
||||
YubiKey
|
||||
Zstandard
|
||||
Zstd
|
||||
Loading…
Add table
Reference in a new issue