-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Expand file tree
/
Copy path.vale.ini
More file actions
36 lines (33 loc) · 1.01 KB
/
.vale.ini
File metadata and controls
36 lines (33 loc) · 1.01 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
StylesPath = _vale
MinAlertLevel = suggestion
IgnoredScopes = text.frontmatter, code, tt, b, strong, i, a
Vocab = Docker
# Generated reference content — disable rules that don't apply
[content/reference/**]
Docker.Capitalization = NO
Vale.Spelling = NO
Vale.Terms = NO
# Skip release notes and old desktop changelog content entirely
[{content/manuals/*/release-notes.md,content/manuals/*/release-notes/**,content/manuals/**/release-notes.md,content/manuals/desktop/previous-versions/**}]
Docker.Avoid = NO
Docker.Capitalization = NO
Docker.Exclamation = NO
Docker.Forbidden = NO
Docker.GenericCTA = NO
Docker.HeadingPunctuation = NO
Docker.ListComma = NO
Docker.OxfordComma = NO
Docker.RecommendedWords = NO
Docker.Spacing = NO
Docker.Terms = NO
Docker.URLFormat = NO
Docker.Units = NO
Docker.VersionText = NO
Docker.We = NO
Vale.Spelling = NO
Vale.Repetition = NO
Vale.Terms = NO
[*.md]
BasedOnStyles = Docker, Vale
TokenIgnores = ({{[^}]+}}\S*)
BlockIgnores = (?m)^[ \t]*({{[^}]+}})[ \t]*$, (\[[^\]]*{{[^}]+}}[^\]]*\]\([^)]*\))