-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
26 lines (21 loc) · 1022 Bytes
/
.vale.ini
File metadata and controls
26 lines (21 loc) · 1022 Bytes
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
StylesPath = .vale
MinAlertLevel = warning
Vocab = ghrel
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/v1.4.0/ai-tells.zip
[formats]
COMMIT_EDITMSG = md
[{COMMIT_EDITMSG,.git/COMMIT_EDITMSG}]
BasedOnStyles = Vale, Google, write-good, proselint, ai-tells
[*.md]
BasedOnStyles = Vale, Google, write-good, proselint, ai-tells
Google.Headings = NO
# Community and policy documents use conversational tone
[{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.Headings = NO
Google.Will = NO
proselint.Annotations = NO
# Internal/temporary files - skip linting
[{.claude/**/*.md,.vale/**/*.md,tmp/**/*.md,CHANGELOG.md}]
BasedOnStyles =