-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update TermwebProducts3rdParty.yml #123
base: main
Are you sure you want to change the base?
Conversation
K\.D\.E\.|KDE Desktop Environment: KDE | ||
Nvidia: NVIDIA | ||
SUSE Linux Cloud|SUSE Cloud: SUSE OpenStack Cloud|SOC | ||
shell tool|command line tool: command-line tool|CLT | ||
xen|XEN: Xen | ||
bug[- ]?buddy: bug-buddy | ||
Kanidm: Kanidm | ||
K\.?D\.?E\.?(?:\sDesktop\sEnvironment)?: KDE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The older version didn't correct K.D.E.
, meanwhile the new version corrects it to KDE.
. I couldn't get rid of the final dot there.
K\.?D\.?E\.?(?:\sDesktop\sEnvironment)?: KDE | ||
NVIDIA: NVIDIA | ||
SUSE(?:\sLinux)? Cloud: SUSE OpenStack Cloud|SOC | ||
shell tool|command[- ]?line tool: command-line tool|CLT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Command-Line Tool
and clt
are now accepted because of an issue with Vale, errata-ai/vale/issues/873. When a rule applies ignorecase:true
, in swap options that include special characters, the corrections also become case insensitive.
I'll make changes, if necessary, when that issue is resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to clarify, I don't think this caveat is a major one. After we can improve the KDE.
issue explained above, this pull request can be merged.
I've expanded the rule with
ignorecase:true
. However, there are two small inefficiencies which I'll show with comments.