Skip to content

Added stop ship words #927

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vale/fixtures/RedHat/DoNotUseTerms/testinvalid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ yellow
blue
kerberize
kerberized
mcp
mini control program
native interface
out of the box
out-of-the-box
Expand Down
4 changes: 4 additions & 0 deletions .vale/fixtures/RedHat/TermsErrors/testinvalid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ health care
healthcheck
heart beat
hence
hong kong
Hong Kong
hostgroup
hotkey
HOWTO
Expand Down Expand Up @@ -261,6 +263,8 @@ log off of
log onto
logfile
lots of
macau
macao
main directory
make file
man day
Expand Down
1 change: 1 addition & 0 deletions .vale/fixtures/RedHat/TermsErrors/testvalid.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ heartbeat
help
help desk
helper
Hong Kong SAR of the PRC
host group
hot add
hot key
Expand Down
2 changes: 2 additions & 0 deletions .vale/styles/RedHat/DoNotUseTerms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ swap:
fubar: 'Do not use "fubar". This term is an acronym of a profanity that is sometimes used by developers in code.'
\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.'
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.'
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.'
native interface: 'Do not use "native interface" to refer to the command line interface for the JBoss EAP management tool.'
overhead: 'Do not use "overhead". Use terminology that is more specific. For example, write "running large queries can increase processor usage".'
please: 'Do not use "please" in technical documentation.'
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".'
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.'
resides: 'Do not use "resides" if a simpler verb is possible.'
respective|respectively: 'Do not use "respective" or "respectively". Rewrite to avoid using these words.'
time-tested: 'Do not use "time-tested". Time-tested implies a claim of suitability or reliability.'
3 changes: 3 additions & 0 deletions .vale/styles/RedHat/TermsErrors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ swap:
hence: therefore
hostgroup: host group
hotkey: hot key
'/(?i)\bhong kong\b(?!\s+SAR of the PRC)/': Hong Kong SAR of the PRC
HOWTO: how-to
imbed: embed
in depth: in-depth
Expand Down Expand Up @@ -261,6 +262,8 @@ swap:
log onto: log on to
logfile: log file
lots of|bunches of: many
macao: Macao SAR of the PRC
macau: Macao SAR of the PRC
main directory: root directory
make file: makefile
man day: person day
Expand Down
Loading