2024-01-16 12:55:47 -05:00
|
|
|
extends: existence
|
2024-01-22 14:24:29 -05:00
|
|
|
message: "Remove double parentheses from the link '%s'."
|
2024-01-16 12:55:47 -05:00
|
|
|
level: error
|
|
|
|
nonword: true
|
|
|
|
scope: raw
|
|
|
|
tokens:
|
|
|
|
- '\[.*\](\(){2,}.*(\)){1,}'
|
2024-01-22 14:24:29 -05:00
|
|
|
- '\[.*\](\(){1,}.*(\)){2,}'
|