mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
update vale.ini
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
eb582feea8
commit
e20bd83f8c
@@ -8,7 +8,7 @@ Vocab = OpenShiftDocs
|
||||
|
||||
# Ignore files in dirs starting with `.` to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files
|
||||
[[!.]*.adoc]
|
||||
BasedOnStyles = RedHat, AsciiDoc
|
||||
BasedOnStyles = RedHat, AsciiDoc, OpenShiftAsciiDoc
|
||||
|
||||
# Optional: pass doc attributes to asciidoctor before linting
|
||||
#[asciidoctor]
|
||||
@@ -20,3 +20,8 @@ RedHat.ReleaseNotes = NO
|
||||
# Use local OpenShiftDocs Vocab terms
|
||||
Vale.Terms = YES
|
||||
Vale.Avoid = YES
|
||||
|
||||
# Disable module specific rules
|
||||
OpenShiftAsciiDoc.ModuleContainsParentAssemblyComment = NO
|
||||
OpenShiftAsciiDoc.NoNestingInModules = NO
|
||||
OpenShiftAsciiDoc.NoXrefInModules = NO
|
||||
|
||||
Reference in New Issue
Block a user