Skip to content

Commit ca11a17

Browse files
committed
doc(vale): update token ignores pattern
1 parent 9401cf5 commit ca11a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Google.Headings = NO
4040
# Format-specific settings appear
4141
# under a user-provided "glob"
4242
# pattern.
43-
TokenIgnores = (:class:\x60.*\x60|:meth:\x60.*\x60|:py:class:\x60.*\x60|:py:meth:\x60.*\x60)
43+
TokenIgnores = (:(func|class|meth|attr|py):`(?:.|\n)*?`)|(<.*>)

0 commit comments

Comments
 (0)