Skip to content

Commit 781231f

Browse files
committed
Added stop ship words
1 parent cb2a456 commit 781231f

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

.vale/fixtures/RedHat/DoNotUseTerms/testinvalid.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ yellow
99
blue
1010
kerberize
1111
kerberized
12+
mcp
13+
mini control program
1214
native interface
1315
out of the box
1416
out-of-the-box

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ health care
207207
healthcheck
208208
heart beat
209209
hence
210+
hong kong
211+
Hong Kong
210212
hostgroup
211213
hotkey
212214
HOWTO
@@ -261,6 +263,8 @@ log off of
261263
log onto
262264
logfile
263265
lots of
266+
macau
267+
macao
264268
main directory
265269
make file
266270
man day

.vale/fixtures/RedHat/TermsErrors/testvalid.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ heartbeat
307307
help
308308
help desk
309309
helper
310+
Hong Kong SAR of the PRC
310311
host group
311312
hot add
312313
hot key

.vale/styles/RedHat/DoNotUseTerms.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ swap:
1818
fubar: 'Do not use "fubar". This term is an acronym of a profanity that is sometimes used by developers in code.'
1919
\bred\b(?!-? *hat)|orange|yellow|green|blue|indigo|violet: 'Do not use colors to describe something unless it is also described non-visually, for example, with the name of the item.'
2020
kerberize|kerberized: 'Do not use "kerberize" to refer to applications or services that use Kerberos authentication. Refer to such applications as "Kerberos-aware" or "Kerberos-enabled", or rewrite the sentence.'
21+
Mini Control Program|mini control program: 'Do not use Mini Control Program to refer to the embedded operating system. Do not refer at all to the embedded operating system unless it is clearly technically required to either use or service an IBM product or service. If the context of the communication clearly requires a technical reference to the embedded operating system, use the term Linux kernel 2.6.x, where x is the modification level.'
2122
native interface: 'Do not use "native interface" to refer to the command line interface for the JBoss EAP management tool.'
2223
overhead: 'Do not use "overhead". Use terminology that is more specific. For example, write "running large queries can increase processor usage".'
2324
please: 'Do not use "please" in technical documentation.'
2425
quiescent: 'Do not use "quiescent". If a system is, or needs to be inactive, write "inactive". If a system is, or needs to be safe, write "safe".'
26+
Republic of China|roc|r.o.c.: 'Do not use the term Republic of China, R.O.C. or ROC in any references to Taiwan.'
2527
resides: 'Do not use "resides" if a simpler verb is possible.'
2628
respective|respectively: 'Do not use "respective" or "respectively". Rewrite to avoid using these words.'
2729
time-tested: 'Do not use "time-tested". Time-tested implies a claim of suitability or reliability.'

.vale/styles/RedHat/TermsErrors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ swap:
213213
hence: therefore
214214
hostgroup: host group
215215
hotkey: hot key
216+
'/(?i)\bhong kong\b(?!\s+SAR of the PRC)/': Hong Kong SAR of the PRC
216217
HOWTO: how-to
217218
imbed: embed
218219
in depth: in-depth
@@ -261,6 +262,8 @@ swap:
261262
log onto: log on to
262263
logfile: log file
263264
lots of|bunches of: many
265+
macao: Macao SAR of the PRC
266+
macau: Macao SAR of the PRC
264267
main directory: root directory
265268
make file: makefile
266269
man day: person day

0 commit comments

Comments
 (0)