Skip to content

Commit bdaed16

Browse files
committed
Removing accept Vocab entry and adjust vale config
1 parent 3e250f5 commit bdaed16

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.vale.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ MinAlertLevel = suggestion
44

55
Packages = RedHat, AsciiDoc, OpenShiftAsciiDoc
66

7+
Vocab = OpenShiftDocs
8+
79
# Ignore files in dirs starting with `.` to avoid raising errors for `.vale/fixtures/*/testinvalid.adoc` files
810
[[!.]*.adoc]
911
BasedOnStyles = RedHat, AsciiDoc, OpenShiftAsciiDoc
1012

11-
Vocab = OpenShiftDocs
12-
1313
# Disabling rules (NO)
1414
RedHat.ReleaseNotes = NO
1515

.vale/styles/config/vocabularies/OpenShiftDocs/accept.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Regex terms added to accept.txt are ignored by the Vale linter and override RedHat Vale rules.
22
# Add terms that have a corresponding incorrectly capitalized form to reject.txt.
3-
# URL slugs
4-
(.*/)+
53
[Ff]ronthaul
64
[Mm]idhaul
75
[Pp]assthrough

modules/.vale.ini

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

33
MinAlertLevel = suggestion
44

5+
Vocab = OpenShiftDocs
6+
57
[[!.]*.adoc]
68
BasedOnStyles = OpenShiftAsciiDoc, AsciiDoc, RedHat
79

8-
Vocab = OpenShiftDocs
9-
1010
# Use local OpenShiftDocs Vocab terms
1111
Vale.Terms = YES
1212
Vale.Avoid = YES

0 commit comments

Comments
 (0)