forked from TraceMachina/nativelink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vale.ini
More file actions
27 lines (18 loc) · 693 Bytes
/
.vale.ini
File metadata and controls
27 lines (18 loc) · 693 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
StylesPath = .github/styles
# TODO(aaronmondal): Set this to `warning`, then to `suggestion` once Vale
# stabilizes in CI.
MinAlertLevel = error
Vocab = TraceMachina
Packages = alex, Microsoft, write-good
[formats]
mdx = md
[*.{md,mdx}]
BasedOnStyles = alex, Vale, Microsoft, write-good
# Ignore code blocks in Starlight's TabItems.
BlockIgnores = (?s)(<TabItem.*?>.*?```.*?```.*?</TabItem>)
# Ignore filesnames and director names in tree visualizations.
BlockIgnores = (?s)(<FileTree>.*?</FileTree>)
# Too harsh. The `write-good.Passive` check already covers many cases.
write-good.E-Prime = NO
# Redundant. Covered by `write-good.Passive`.
Microsoft.Passive = NO