-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
18 lines (15 loc) · 979 Bytes
/
.vale.ini
File metadata and controls
18 lines (15 loc) · 979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
StylesPath = .vale
MinAlertLevel = warning
Vocab = JSONLT
Packages = https://github.com/jsonlt/vale-jsonlt/releases/latest/download/JSONLT.zip, 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, JSONLT
# 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, JSONLT
Google.FirstPerson = NO
Google.Will = NO
proselint.Annotations = NO
# Internal/temporary files - skip linting
[{.claude/**/*.md,.oaps/**/**.md,tmp/**/*.md,PLAN.md}]
BasedOnStyles =