-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy path.vale.ini
More file actions
26 lines (19 loc) · 886 Bytes
/
.vale.ini
File metadata and controls
26 lines (19 loc) · 886 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 = .github/styles
MinAlertLevel = warning
Packages = MDX
Vocab = CalicoDocs, CalicoBrands, CalicoTerminology, CalicoTools, CalicoAcronyms
[*.{md,mdx}]
BasedOnStyles = Vale, CalicoStyle
# Downgrade Vale.Terms from error to warning.
# The built-in Vale.Terms check generates many false positives because it flags
# lowercase technical terms (nginx, kubernetes, bgp, etc.) in table cells,
# parenthetical component lists, and other code-adjacent contexts.
# TokenIgnores cannot fix this because it runs BEFORE the MDX parser (mdx2vast),
# and broad patterns (hyphenated words, camelCase, URLs) corrupt the MDX AST
# when they match inside fenced code blocks.
Vale.Terms = warning
# Auto-generated API reference docs -- skip even though they have {/* vale off */}
[**/reference/installation/_api.mdx]
BasedOnStyles =
[**/reference/installation/_ia-api.mdx]
BasedOnStyles =