mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
40 lines
1.2 KiB
INI
40 lines
1.2 KiB
INI
StylesPath = .vale/styles
|
|
|
|
MinAlertLevel = suggestion
|
|
|
|
Packages = RedHat, AsciiDoc, OpenShiftAsciiDoc, https://github.com/jhradilek/asciidoctor-dita-vale/releases/latest/download/AsciiDocDITA.zip
|
|
|
|
Vocab = OpenShiftDocs
|
|
|
|
# Ignore files in dirs starting with `.` to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files
|
|
[[!.]*.adoc]
|
|
BasedOnStyles = RedHat, AsciiDoc, OpenShiftAsciiDoc
|
|
|
|
# Optional: pass doc attributes to asciidoctor before linting
|
|
#[asciidoctor]
|
|
#openshift-enterprise = YES
|
|
|
|
# Disabling rules (NO)
|
|
RedHat.ReleaseNotes = NO
|
|
|
|
# Use local OpenShiftDocs Vocab terms
|
|
Vale.Terms = YES
|
|
Vale.Avoid = YES
|
|
|
|
# Enable specifc DITA rules on assemblies
|
|
AsciiDocDITA.AdmonitionTitle = error
|
|
AsciiDocDITA.ThematicBreak = error
|
|
AsciiDocDITA.TableFooter = error
|
|
AsciiDocDITA.PageBreak = error
|
|
AsciiDocDITA.DiscreteHeading = error
|
|
AsciiDocDITA.SidebarBlock = error
|
|
AsciiDocDITA.LineBreak = error
|
|
AsciiDocDITA.EquationFormula = error
|
|
|
|
# Disable module specific rules
|
|
OpenShiftAsciiDoc.ModuleContainsParentAssemblyComment = NO
|
|
OpenShiftAsciiDoc.NoNestingInModules = NO
|
|
OpenShiftAsciiDoc.NoXrefInModules = NO
|
|
OpenShiftAsciiDoc.IdHasContextVariable = NO
|
|
OpenShiftAsciiDoc.NoTocInModules = NO
|