Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alexvonme
Copy link
Contributor

@alexvonme alexvonme commented Aug 18, 2024

I've expanded the rule with ignorecase:true. However, there are two small inefficiencies which I'll show with comments.

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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.

Copy link
Contributor Author

@alexvonme alexvonme Aug 19, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant