From 45a8b7a4e7f01e3d6489cbbc083fa03f1bacebf3 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:24:29 -0500 Subject: [PATCH] Update LinksDoubleParentheses.yml (#6236) Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- .github/vale/styles/OpenSearch/LinksDoubleParentheses.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/vale/styles/OpenSearch/LinksDoubleParentheses.yml b/.github/vale/styles/OpenSearch/LinksDoubleParentheses.yml index 9a59479f..98d37b46 100644 --- a/.github/vale/styles/OpenSearch/LinksDoubleParentheses.yml +++ b/.github/vale/styles/OpenSearch/LinksDoubleParentheses.yml @@ -1,8 +1,8 @@ extends: existence -message: "Remove double slashes from the link '%s'." +message: "Remove double parentheses from the link '%s'." level: error nonword: true scope: raw tokens: - '\[.*\](\(){2,}.*(\)){1,}' - - '\[.*\](\(){1,}.*(\)){2,}' \ No newline at end of file + - '\[.*\](\(){1,}.*(\)){2,}'