opensearch-docs-cn/.github/vale/styles/OpenSearch/HeadingColon.yml

8 lines
143 B
YAML

extends: existence
message: "Capitalize the word after a colon in '%s'."
nonword: true
level: error
scope: heading
tokens:
- '(?::\s)[a-z]+'