Skip to content

Commit b80ff24

Browse files
committed
fix vale ini
1 parent 9b6188d commit b80ff24

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.vale.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ Vocab = OpenShiftDocs
1010
[[!.]*.adoc]
1111
BasedOnStyles = RedHat, AsciiDoc, OpenShiftAsciiDoc
1212

13-
# Optional: pass doc attributes to asciidoctor before linting
14-
# Temp values are used for Prow CI comment linting only
15-
[asciidoctor]
16-
temp-ifdef = YES
17-
temp-ifndef = NO
18-
temp-ifeval = temp
19-
2013
# Disabling rules (NO)
2114
RedHat.ReleaseNotes = NO
2215

@@ -30,3 +23,10 @@ OpenShiftAsciiDoc.NoNestingInModules = NO
3023
OpenShiftAsciiDoc.NoXrefInModules = NO
3124
OpenShiftAsciiDoc.IdHasContextVariable = NO
3225
OpenShiftAsciiDoc.NoTocInModules = NO
26+
27+
# Optional: pass doc attributes to asciidoctor before linting
28+
# Temp values are used for Prow CI comment linting only
29+
[asciidoctor]
30+
temp-ifdef = YES
31+
temp-ifndef = NO
32+
temp-ifeval = temp

microshift_networking/microshift-cni.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ include::modules/microshift-nw-components-svcs.adoc[leveloffset=+1]
6969
== Bridge mappings
7070
Bridge mappings allow provider network traffic to reach the physical network. Traffic leaves the provider network and arrives at the `br-int` bridge. A patch port between `br-int` and `br-ex` then allows the traffic to traverse to and from the provider network and the edge network. Kubernetes pods are connected to the `br-int` bridge through virtual ethernet pair: one end of the virtual ethernet pair is attached to the pod namespace, and the other end is attached to the `br-int` bridge.
7171

72-
include::modules/microshift-nw-topology.adoc[leveloffset=+1]
72+
include::modules/microshift-nw-topology.adoc[leveloffset=+1]

modules/.vale.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Vocab = OpenShiftDocs
77
[[!.]*.adoc]
88
BasedOnStyles = OpenShiftAsciiDoc, AsciiDoc, RedHat
99

10+
# Use local OpenShiftDocs Vocab terms
11+
Vale.Terms = YES
12+
Vale.Avoid = YES
13+
1014
# Temp values are used for Prow CI comment linting only
1115
[asciidoctor]
1216
temp-ifdef = YES
13-
temp-ifndef = NO
17+
temp-ifndef = NO
1418
temp-ifeval = temp
15-
16-
# Use local OpenShiftDocs Vocab terms
17-
Vale.Terms = YES
18-
Vale.Avoid = YES

0 commit comments

Comments
 (0)