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

Fix spellcheck #95

Merged
merged 4 commits into from
May 27, 2024
Merged

Fix spellcheck #95

merged 4 commits into from
May 27, 2024

Conversation

zuiderkwast
Copy link
Contributor

The wordlist is modified to accept all words in UPPERCASE, since those are the ones causing the most trouble and are often command arguments or acronyms not known by the spellchecker. Some more regexes are added to the wordlist.

The CI job is modified to use another action.

A bunch of actual spelling errors are fixed.

Fixes #93

The wordlist is modified to accept all words in UPPERCASE, since those
are the ones causing the most trouble and are often command arguments
or acronyms not known by the spellchecker.

The CI job is modified to use another action.

A bunch of actual spelling errors are fixed.

Signed-off-by: Viktor Söderqvist <[email protected]>
Signed-off-by: Viktor Söderqvist <[email protected]>
@zuiderkwast zuiderkwast requested a review from madolson May 24, 2024 10:58
@zuiderkwast
Copy link
Contributor Author

I'll update README too. With a correctly named config file, spellcheck without arguments in the way to run it locally.

Signed-off-by: Viktor Söderqvist <[email protected]>
@zuiderkwast zuiderkwast merged commit f4ce160 into valkey-io:main May 27, 2024
2 checks passed
@zuiderkwast zuiderkwast deleted the spellcheck branch May 27, 2024 09:44
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.

Fix spellchecker
2 participants