Skip to content

Commit 5e5587b

Browse files
fix: Vale ini
1 parent f851095 commit 5e5587b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

doc/.vale.ini

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,5 @@ Vocab = ANSYS
2929
BasedOnStyles = Vale, Google
3030
Vale.Terms = NO
3131
Google.Headings = NO
32-
BlockIgnores = ```[a-z]*[\s\S]*?\n```, \
33-
::\s*\n\s*(.*\n)*?\n(?=\S), \
34-
\.\. code-block::.*?\n(.*\n)*?\n(?=\S)
35-
TokenIgnores = \(\/.*?\), \
36-
{%.*?%}, \
37-
{{.*?}}, \
38-
(.|\/|-)?github(\/|-)?, \
39-
(<http[^\n]+>+?), \
40-
(```[a-z]*[\s\S]*?\n```)
32+
SkippedScopes = script, style, pre, figure, code-block, literal-block
33+

0 commit comments

Comments
 (0)