-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
46 lines (39 loc) · 1.71 KB
/
Copy path.vale.ini
File metadata and controls
46 lines (39 loc) · 1.71 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
StylesPath = .vale
MinAlertLevel = warning
Vocab = searchpath
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,README.md,SECURITY.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
# Internal/temporary files - skip linting
[{.claude/**/*.md,.oaps/**/**.md,tmp/**/*.md}]
BasedOnStyles =