Skip to content

Commit 3fea5f3

Browse files
committed
Tweaks
1 parent 8442b7e commit 3fea5f3

File tree

3 files changed

+10
-398
lines changed

3 files changed

+10
-398
lines changed

.hyperlint/.vale.ini

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
StylesPath = automations/styles
22
MinAlertLevel = suggestion
3-
IgnoredScopes = code, tt, img
4-
SkippedScopes = script, style, pre, figure, code
3+
CommentDelimiters = {/*, */}
54

65
[formats]
76
mdx = md
87

9-
[*]
10-
# Ignore code surrounded by plus sign, URLs, parameters defaults, and angle brackets.
11-
TokenIgnores = (<\/?[A-Z].+>), ([^\n]+=[^\n]*), (\+[^\n]+\+), (http[^\n]+\[), (https[^\n]+\[), ([^\n]+@[^\n]+\.[^\n])
12-
13-
[src/content/docs/fundamentals/*]
8+
[*/content/{docs,partials}/*.md]
149
BasedOnStyles = Vale, cloudflare
1510
Vale.Spelling = NO
11+
TokenIgnores = \[.*?\]\(.*?\)
1612

17-
[src/content/partials/fundamentals/*]
18-
BasedOnStyles = Vale, cloudflare
19-
Vale.Spelling = NO
13+
[src/content/{docs,partials}/{agents,autorag,email-routing,pipelines,pub-sub,queues,realtime,support,workflows}/*]
14+
BasedOnStyles = Vale
15+
Vale.Spelling = NO
16+
Vale.Terms = NO

0 commit comments

Comments
 (0)