opensearch-docs-cn/.github/vale/styles/OpenSearch/LinksDoubleParentheses.yml
kolchfa-aws 0856c622bf
Update javascript client sample program and Vale rules (#6435)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2024-02-19 11:12:07 -05:00

8 lines
151 B
YAML

extends: existence
message: "Remove double parentheses from the link '%s'."
level: error
nonword: true
scope: raw
tokens:
- '\]\({2,}[^)]*?\){1,}'