Skip to content

Commit 8862bf5

Browse files
authored
Merge pull request #678 from michelle-purcell/enhance-RH-spelling-rule
Enhance Red Hat spelling rule (YAML) to fix false positives on valid words
2 parents ea43a7b + 5d11797 commit 8862bf5

File tree

8 files changed

+24
-0
lines changed

8 files changed

+24
-0
lines changed

.vale/fixtures/RedHat/CaseSensitiveTerms/testinvalid.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ ULTRASPARC
492492
unix
493493
Unix
494494
UNIX-like
495+
uri
495496
url
496497
urn
497498
Use the .NET Core framework

.vale/fixtures/RedHat/CaseSensitiveTerms/testvalid.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ UID
303303
UltraSPARC
304304
undercloud
305305
UNIX
306+
URI
306307
URL
307308
URN
308309
VAR

.vale/fixtures/RedHat/Spelling/testvalid.adoc

+9
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ aws
2828
AWS
2929
backfilling
3030
Backfilling
31+
backport
3132
backported
3233
backtrace
3334
Backtrace
@@ -228,6 +229,7 @@ intranode
228229
intrapartition
229230
intrarecord
230231
intrasystem
232+
invocable
231233
IPsec
232234
IPv
233235
ISeries
@@ -341,6 +343,7 @@ multiprocessor
341343
multischema
342344
multisite
343345
multitable
346+
multitenancy
344347
Multitenant
345348
multitenant
346349
multithread
@@ -409,6 +412,7 @@ PDFs
409412
Petitboot
410413
PHP
411414
PIDs
415+
pluggable
412416
plugin
413417
plugins
414418
Podman
@@ -460,6 +464,7 @@ re-create
460464
re-enable
461465
Readonly
462466
Realtime
467+
reauthenticate
463468
Rebalance
464469
Rebalances
465470
Rebalancing
@@ -471,8 +476,12 @@ redirect
471476
Redis
472477
Redistributions
473478
reedit
479+
reenabled
474480
reentrant
475481
reexamine
482+
refreshable
483+
reindex
484+
reindexing
476485
relaxngDatatype
477486
Reshard
478487
Resharding

.vale/fixtures/RedHat/TermsWarnings/testinvalid.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ illegal
2222
in order to
2323
ingests
2424
insure
25+
invokable
2526
is updatable
2627
kill
2728
kilobytes

.vale/fixtures/RedHat/TermsWarnings/testvalid.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ in languages other than English
2525
in-house
2626
incorrect
2727
invalid
28+
invocable
2829
issue
2930
KB
3031
kB

.vale/styles/RedHat/CaseSensitiveTerms.yml

+1
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ swap:
296296
uid: UID
297297
ULTRASPARC|UltraSparc: UltraSPARC
298298
Unix|unix|UNIX-like: UNIX
299+
uri: URI
299300
url: URL
300301
urn: URN
301302
VCPU|vcpu: vCPU

.vale/styles/RedHat/Spelling.yml

+9
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ filters:
1616
- "[aA]utonumber"
1717
- "[aA]utostart"
1818
- "[bB]ackfilling"
19+
- "[bB]ackport"
1920
- "[bB]ackported"
2021
- "[bB]acktrace"
2122
- "[bB]indable"
@@ -70,6 +71,7 @@ filters:
7071
- "[iI]ntrapartition"
7172
- "[iI]ntrarecord"
7273
- "[iI]ntrasystem"
74+
- "[iI]nvocable"
7375
- "[iI]tem"
7476
- "[jJ]et[bB]rains"
7577
- "[jJ]ournald"
@@ -109,6 +111,7 @@ filters:
109111
- "[mM]ultipoint"
110112
- "[mM]ultisite"
111113
- "[mM]ultitable"
114+
- "[mM]ultitenancy"
112115
- "[mM]ultitenant"
113116
- "[mM]ultithread"
114117
- "[mM]ultitiered"
@@ -127,6 +130,7 @@ filters:
127130
- "[oO]perator"
128131
- "[oO]verridable"
129132
- "[oO]verstrike"
133+
- "[pP]luggable"
130134
- "[pP]ostediting"
131135
- "[pP]ostinstallation"
132136
- "[pP]ostoperation"
@@ -149,14 +153,19 @@ filters:
149153
- "[pP]seudotext"
150154
- "[pP]ulldown"
151155
- "[rR]eadonly"
156+
- "[rR]eauthenticate"
152157
- "[rR]ebalance"
153158
- "[rR]ebalances"
154159
- "[rR]ebalancing"
155160
- "[rR]ebase"
156161
- "[rR]ebased"
157162
- "[rR]ecertification"
158163
- "[rR]ecertifications"
164+
- "[rR]eenabled"
159165
- "[rR]eentrant"
166+
- "[rR]eindex"
167+
- "[rR]eindexing"
168+
- "[rR]efreshable"
160169
- "[rR]eshard"
161170
- "[rR]esharding"
162171
- "[rR]eshards"

.vale/styles/RedHat/TermsWarnings.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ swap:
3838
he|she: you
3939
host name: hostname
4040
illegal: invalid|not allowed|incorrect
41+
invokable: invocable
4142
in order to: to
4243
ingests?: import|load|obtain|process
4344
insure: ensure

0 commit comments

Comments
 (0)