-
Notifications
You must be signed in to change notification settings - Fork 327
Expand file tree
/
Copy path.vale.ini
More file actions
77 lines (54 loc) · 1.6 KB
/
Copy path.vale.ini
File metadata and controls
77 lines (54 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
StylesPath = "vale/styles"
MinAlertLevel = suggestion
Packages = Google, Microsoft, alex
Vocab = Temporal
[*.{md,mdx}]
BasedOnStyles = Vale, Google, Microsoft, alex, Temporal
; these are already covered in Google which we prioritize
Microsoft.Contractions = NO
Microsoft.Headings = NO
Microsoft.Passive = NO
Microsoft.Spacing = NO
Microsoft.Semicolon = NO
Microsoft.GeneralURL = NO
Microsoft.We = NO
; we'll skip unlikely profanity.
alex.ProfanityUnlikely = NO
; Disagree with this one.
Google.Will = NO
; forked into temporal style
Microsoft.ComplexWords = NO
Google.WordList = NO
; These are reference docs whose headings are literal command/metric names
; (e.g. "## audit-log", "### --workflow_id"), not prose — sentence-case
; capitalization doesn't apply, so skip Temporal.Headings for them.
[docs/references/sdk-metrics.mdx]
Temporal.Headings = NO
[docs/tctl-v1/**]
Temporal.Headings = NO
[docs/cli/command-reference/**]
Temporal.Headings = NO
[docs/cloud/tcld/**]
Temporal.Headings = NO
[docs/cloud/references/regions/**]
Temporal.Headings = NO
[docs/cloud/metrics/reference.mdx]
Temporal.Headings = NO
[docs/cloud/metrics/openmetrics/metrics-reference.mdx]
Temporal.Headings = NO
[docs/references/cluster-metrics.mdx]
Temporal.Headings = NO
[docs/references/configuration.mdx]
Temporal.Headings = NO
[docs/references/web-ui-configuration.mdx]
Temporal.Headings = NO
[docs/references/server-options.mdx]
Temporal.Headings = NO
[docs/references/errors.mdx]
Temporal.Headings = NO
[docs/references/commands.mdx]
Temporal.Headings = NO
[docs/references/events.mdx]
Temporal.Headings = NO
[formats]
mdx = md