Skip to content

Commit 243dc4b

Browse files
committed
update vale.ini
1 parent 221138a commit 243dc4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vale.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Vocab = OpenShiftDocs
88

99
# Ignore files in dirs starting with `.` to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files
1010
[[!.]*.adoc]
11-
BasedOnStyles = RedHat, AsciiDoc
11+
BasedOnStyles = RedHat, AsciiDoc, OpenShiftAsciiDoc
1212

1313
# Optional: pass doc attributes to asciidoctor before linting
1414
#[asciidoctor]
@@ -20,3 +20,8 @@ RedHat.ReleaseNotes = NO
2020
# Use local OpenShiftDocs Vocab terms
2121
Vale.Terms = YES
2222
Vale.Avoid = YES
23+
24+
# Disable module specific rules
25+
OpenShiftAsciiDoc.ModuleContainsParentAssemblyComment = NO
26+
OpenShiftAsciiDoc.NoNestingInModules = NO
27+
OpenShiftAsciiDoc.NoXrefInModules = NO

0 commit comments

Comments
 (0)