Rewrite double parentheses rule for Vale (#6260)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
d897bb8b5e
commit
8c228f9f4c
|
@ -4,5 +4,6 @@ level: error
|
|||
nonword: true
|
||||
scope: raw
|
||||
tokens:
|
||||
- '\[.*\](\(){2,}.*(\)){1,}'
|
||||
- '\[.*\](\(){1,}.*(\)){2,}'
|
||||
- '\]\({2,}[^)]*?\){1,}'
|
||||
- '\]\([^]]*?\){2,}'
|
||||
|
||||
|
|
Loading…
Reference in New Issue