Update LinksDoubleParentheses.yml (#6236)
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
This commit is contained in:
parent
313a4caa82
commit
45a8b7a4e7
|
@ -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,}'
|
||||
|
|
Loading…
Reference in New Issue