Skip to content

Commit ee8b2ab

Browse files
authored
Merge pull request #935 from aireilly/k8s-tweak
k8s PR
2 parents 8452fcc + bfaec9e commit ee8b2ab

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.vale/fixtures/RedHat/TermsErrors/testinvalid.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ JavaBean
232232
joblog
233233
jobstream
234234
judgement
235-
k8s
236235
keep in mind
237236
kernelspace
238237
kick off

.vale/fixtures/RedHat/TermsSuggestions/testinvalid.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ choose
99
componentization
1010
componentize
1111
consumes
12-
drag and drop
1312
distro
13+
drag and drop
1414
executable
1515
frontend
1616
gzip
@@ -19,6 +19,7 @@ hit
1919
in order to
2020
information on
2121
jar
22+
k8s
2223
launch
2324
legacy
2425
Navigate

.vale/fixtures/RedHat/TermsSuggestions/testvalid.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
64-bit x86
22
about using
33
after
4+
apiVersion: admissionregistration.k8s.io/v1
45
are not using
56
are using
67
before

.vale/styles/RedHat/TermsErrors.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ swap:
233233
joblog: job log
234234
jobstream: job stream
235235
judgement: judgment
236-
'(?<!-)\bk8s\b(?!-)': Kubernetes
237236
keep in mind: remember
238237
kernelspace: kernel-space
239238
kick off: start

.vale/styles/RedHat/TermsSuggestions.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ action:
99
name: replace
1010
swap:
1111
"(?<!, | in | on | at | to | for | from | of | with | without | against )which": "that|, which"
12-
", that": "that|, which"
1312
"(?<!.-)jar": compress|archive
13+
", that": "that|, which"
1414
"[Nn]avigate": click|select|browse|go to
1515
"bottom(?:-)?left": lower left|lower-left
1616
"bottom(?:-)?right": lower right|lower-right
1717
"shell(?! prompt| script)": shell prompt
1818
"x64|x86-64|(?<!64-bit )x86": 64-bit x86|x86_64
19+
'(?<!-)\bk8s\b(?!-)': Kubernetes
1920
'(?<!.*-|program )operator': Operator
2021
'(?<!.*-|program )operators': Operators
2122
'(?<![\.\-])(?:zip|gzip|tar)(?! file| archive)': compress
@@ -42,8 +43,8 @@ swap:
4243
information on: information about
4344
launch: start|open
4445
legacy: existing|traditional|established|classic|earlier|previous
45-
once: after|when
4646
on-premise: on-site|in-house
47+
once: after|when
4748
refer to: see
4849
segfault: segmentation fault
4950
spawn: create

0 commit comments

Comments
 (0)