File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ Vale.Avoid = YES
1919
2020# Enable specifc DITA rules on assemblies
2121AsciiDocDITA.AdmonitionTitle = error
22+ AsciiDocDITA.ThematicBreak = error
23+ AsciiDocDITA.TableFooter = error
24+ AsciiDocDITA.PageBreak = error
2225
2326# Disable module specific rules
2427OpenShiftAsciiDoc.ModuleContainsParentAssemblyComment = NO
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ Vocab = OpenShiftDocs
77[[!.] *.adoc]
88BasedOnStyles = OpenShiftAsciiDoc, AsciiDoc, RedHat
99
10- # Enabling certain DITA rules (YES)
11- AsciiDocDITA.TaskExample = YES
12-
13- # Changing severity of a rule both enables and sets it
10+ # Changing severity of a rule both enables and sets it (i.e; = YES)
1411AsciiDocDITA.AdmonitionTitle = error
12+ AsciiDocDITA.ThematicBreak = error
13+ AsciiDocDITA.TableFooter = error
14+ AsciiDocDITA.PageBreak = error
1515
1616# Use local OpenShiftDocs Vocab terms
1717Vale.Terms = YES
You can’t perform that action at this time.
0 commit comments