-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
55 lines (45 loc) · 2.11 KB
/
Copy path.vale.ini
File metadata and controls
55 lines (45 loc) · 2.11 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
StylesPath = .vale
MinAlertLevel = warning
Vocab = typing-graph
# Version-pinned Vale packages (release assets are tied to tags, SHAs documented for verification)
# Google v0.6.3 @ 6084433be646263c9eb3f3868ceb81d76ea2f313
# write-good v0.4.1 @ 90c06e68dc5b6dddbc06c5961d94ba56a96b60d4
# proselint v0.3.4 @ f27b5e776bdeeb96adfc53eacfde425bb05e8c7e
# ai-tells v0.4.0 @ c6a34773853193c57fdc5f7268dc3fccfba60b6e
Packages = https://github.com/errata-ai/Google/releases/download/v0.6.3/Google.zip, https://github.com/errata-ai/write-good/releases/download/v0.4.1/write-good.zip, https://github.com/errata-ai/proselint/releases/download/v0.3.4/proselint.zip, https://github.com/tbhb/vale-ai-tells/releases/download/v0.4.0/ai-tells.zip
[*.md]
BasedOnStyles = Vale, Google, write-good, proselint, ai-tells
# Community and policy documents use conversational tone and allow first-person, passive voice, etc.
[{CODE_OF_CONDUCT.md,CONTRIBUTING.md,DEVELOPMENT.md,README.md,RELEASING.md,SECURITY.md,TESTING.md,.github/pull_request_template.md}]
BasedOnStyles = Vale, Google, write-good, proselint, ai-tells
Google.FirstPerson = NO
Google.Will = NO
proselint.Annotations = NO
# Tutorials - conversational, learning-oriented (Diataxis)
[docs/tutorials/*.md]
BasedOnStyles = Vale, Google, write-good, proselint, ai-tells
Google.FirstPerson = NO
Google.We = NO
Google.Will = NO
write-good.ThereIs = NO
# How-to guides - direct, task-oriented (Diataxis)
[docs/guides/*.md]
BasedOnStyles = Vale, Google, write-good, proselint, ai-tells
Google.Will = suggestion
# Explanations - discursive, understanding-oriented (Diataxis)
[docs/explanation/*.md]
BasedOnStyles = Vale, Google, write-good, proselint, ai-tells
Google.Will = suggestion
Google.FirstPerson = suggestion
Google.We = suggestion
write-good.Weasel = suggestion
proselint.Hedging = NO
# Reference - neutral, information-oriented (Diataxis)
[docs/reference/*.md]
BasedOnStyles = Vale, Google, write-good, proselint, ai-tells
Google.Passive = suggestion
write-good.Passive = suggestion
[{CHANGELOG.md,.claude/**/*.md,.internal/**/*.md,tmp/**/*.md}]
BasedOnStyles =
[docs/reference/changelog.md]
BasedOnStyles =