-
Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy path.vale.ini
More file actions
44 lines (35 loc) · 1005 Bytes
/
.vale.ini
File metadata and controls
44 lines (35 loc) · 1005 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
StylesPath = .github/styles
MinAlertLevel = warning
IgnoredScopes = code, tt, table, tr, td, frontmatter, link, alt, heading
Vocab = Docs
Packages = write-good, Microsoft
[formats]
mdx = md
[*.md]
BasedOnStyles = Vale, Apify, write-good, Microsoft
# Ignore URLs, HTML/XML tags, lines with =, emails, curly braces, inline code
TokenIgnores = (<\/?[A-Z][^>]*>), ([^\n]+@[^\n]+\.[^\n]), ({[^}]*})
# Ignore HTML comments and Markdown code blocks
BlockIgnores = (?s) (<!--.*?-->)|(```.*?```)
# Disabling rules (NO)
Vale.Spelling = NO
write-good.ThereIs = NO
Microsoft.Dashes = YES
Microsoft.Avoid = NO
Microsoft.Contractions = NO
Microsoft.Foreign = NO
Microsoft.We = NO
Microsoft.Quotes = NO
Microsoft.Auto = NO
Microsoft.Units = NO
Microsoft.URLFormat = NO
Microsoft.GeneralURL = NO
[{README.md,CONTRIBUTING.md}]
Apify.H1 = NO
[.claude/**/*.md]
# Ignore all Vale checks in .claude directory (infrastructure docs)
BasedOnStyles =
[standards/**/*.md]
BasedOnStyles =
[.agents/**/*.md]
BasedOnStyles =