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

Integrating spellcheck into CI #169

Merged
merged 3 commits into from
Oct 15, 2023
Merged

Integrating spellcheck into CI #169

merged 3 commits into from
Oct 15, 2023

Conversation

chayim
Copy link
Contributor

@chayim chayim commented Aug 7, 2023

As part of an ongoing effort to bring similar testing to various Redis clients, this pull request adds the spellcheck mechanism used by other Redis clients. As such:

  1. A github action can now be found in .github/workflows

  2. The associated spellcheck rules can be found in .github

  3. The dictionary of custom words, and casing can also be found in the .github directory.

While the spellcheck mechanism is not perfect, and requires a custom dictionary, this has generally been helpful in reducing the number of pull requests associated purely with spelling changes, over time.

@chayim chayim merged commit 861d510 into redis:master Oct 15, 2023
23 checks passed
@chayim chayim deleted the ck-spelling branch October 15, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants