We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221138a commit 243dc4bCopy full SHA for 243dc4b
.vale.ini
@@ -8,7 +8,7 @@ Vocab = OpenShiftDocs
8
9
# Ignore files in dirs starting with `.` to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files
10
[[!.]*.adoc]
11
-BasedOnStyles = RedHat, AsciiDoc
+BasedOnStyles = RedHat, AsciiDoc, OpenShiftAsciiDoc
12
13
# Optional: pass doc attributes to asciidoctor before linting
14
#[asciidoctor]
@@ -20,3 +20,8 @@ RedHat.ReleaseNotes = NO
20
# Use local OpenShiftDocs Vocab terms
21
Vale.Terms = YES
22
Vale.Avoid = YES
23
+
24
+# Disable module specific rules
25
+OpenShiftAsciiDoc.ModuleContainsParentAssemblyComment = NO
26
+OpenShiftAsciiDoc.NoNestingInModules = NO
27
+OpenShiftAsciiDoc.NoXrefInModules = NO
0 commit comments