Skip to content

Commit f20382c

Browse files
committed
add second rule and change severity level
1 parent ce38214 commit f20382c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/.vale.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ BasedOnStyles = OpenShiftAsciiDoc, AsciiDoc, RedHat
1010
# Enabling certain DITA rules (YES)
1111
AsciiDocDITA.TaskExample = YES
1212

13+
# Changing severity of a rule both enables and sets it
14+
AsciiDocDITA.AdmonitionTitle = error
15+
1316
# Use local OpenShiftDocs Vocab terms
1417
Vale.Terms = YES
1518
Vale.Avoid = YES

0 commit comments

Comments
 (0)