opensearch-docs-cn/.github/vale/styles/OpenSearch/HeadingCapitalization.yml
kolchfa-aws e3ec9dedc2
Ignore acronyms in headings (#5833)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-12-11 15:48:06 -05:00

12 lines
250 B
YAML

extends: capitalization
message: "'%s' is a heading and should be in sentence case."
level: error
scope: heading
match: $sentence
indicators:
- ":"
- "."
- ")"
exceptions:
- k # ignores lowercase k-NN
- '[A-Z]{2,}' # ignores all acronyms