Skip to content

Commit ebe97cc

Browse files
authored
Merge pull request #62615 from aireilly/update-vale-ini
updates vale packages + correct id rule error
2 parents 9cbc02e + 8943706 commit ebe97cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vale.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ StylesPath = .vale/styles
22

33
MinAlertLevel = suggestion
44

5-
Packages = RedHat, https://github.com/redhat-documentation/vale-at-red-hat/releases/latest/download/AsciiDoc.zip, https://github.com/redhat-documentation/vale-at-red-hat/releases/latest/download/OpenShiftAsciiDoc.zip
5+
Packages = RedHat, AsciiDoc, OpenShiftAsciiDoc
66

77
Vocab = OpenShiftDocs
88

@@ -25,3 +25,4 @@ Vale.Avoid = YES
2525
OpenShiftAsciiDoc.ModuleContainsParentAssemblyComment = NO
2626
OpenShiftAsciiDoc.NoNestingInModules = NO
2727
OpenShiftAsciiDoc.NoXrefInModules = NO
28+
OpenShiftAsciiDoc.IdHasContextVariable = NO

0 commit comments

Comments
 (0)