Skip to content

Commit 8af70eb

Browse files
committed
exclude release notes
1 parent 8ea648e commit 8af70eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vale.ini

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
StylesPath = _vale
22
MinAlertLevel = suggestion
3-
IgnoredScopes = text.frontmatter, code, tt, b, strong, i
3+
IgnoredScopes = text.frontmatter, code, tt, b, strong, i, a
44
Vocab = Docker
55

66
# Disable rules for genered content
@@ -20,6 +20,12 @@ Vale.Terms = NO
2020
Docker.Capitalization = NO
2121
Docker.Exclamation = NO
2222

23+
[content/manuals/desktop/previous-versions/*.md]
24+
Vale.Spelling = NO
25+
Vale.Terms = NO
26+
Docker.Capitalization = NO
27+
Docker.Exclamation = NO
28+
2329
[*.md]
2430
BasedOnStyles = Vale, Docker
2531
# Exclude `{{< ... >}}`, `{{% ... %}}`, [Who]({{< ... >}})

0 commit comments

Comments
 (0)