Rewrite double parentheses rule for Vale (#6260)

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
kolchfa-aws 2024-01-25 15:29:13 -05:00 committed by GitHub
parent d897bb8b5e
commit 8c228f9f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -4,5 +4,6 @@ level: error
nonword: true
scope: raw
tokens:
- '\[.*\](\(){2,}.*(\)){1,}'
- '\[.*\](\(){1,}.*(\)){2,}'
- '\]\({2,}[^)]*?\){1,}'
- '\]\([^]]*?\){2,}'