Update LinksDoubleParentheses.yml (#6236)

Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
This commit is contained in:
kolchfa-aws 2024-01-22 14:24:29 -05:00 committed by GitHub
parent 313a4caa82
commit 45a8b7a4e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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,}'
- '\[.*\](\(){1,}.*(\)){2,}'