Skip to content

Commit 9be39ce

Browse files
committed
Updates
1 parent be38c7e commit 9be39ce

File tree

8 files changed

+20
-0
lines changed

8 files changed

+20
-0
lines changed

.hyperlint/.vale.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
StylesPath = ../.github/styles
2+
MinAlertLevel = suggestion
3+
IgnoredScopes = code, tt, img
4+
SkippedScopes = script, style, pre, figure, code
5+
6+
[formats]
7+
yml = yaml
8+
mdx = md
9+
10+
[*]
11+
# Ignore code surrounded by plus sign, URLs, parameters defaults, and angle brackets.
12+
TokenIgnores = (<\/?[A-Z].+>), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[), (https[^\n]+\[), ([^\n]+@[^\n]+\.[^\n])
13+
14+
[*.md]
15+
BasedOnStyles = Vale, cloudflare, cloudflare-automation
16+
Vale.Spelling = NO
17+
18+
[*.yaml]
19+
BasedOnStyles = Vale, cloudflare, cloudflare-automation
20+
Vale.Spelling = NO

0 commit comments

Comments
 (0)