You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
Recently, I noticed that there are many pull requests regarding fixing minor typos. This may add a significant burden and hassle to the project owners, so I want to add workflow for codespell check to eliminate all the typos in the future.
I have added a relatively simple filtering file to exclude certain words.
If you find it meaningful, you can modify the filtering conditions according to your needs.
I have already fixed many typos locally. With codespell, we can skip checking certain files or specific words based on our requirements.
It can help make this repository more standardized.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the feature you would like
Recently, I noticed that there are many pull requests regarding fixing minor typos. This may add a significant burden and hassle to the project owners, so I want to add workflow for codespell check to eliminate all the typos in the future.
I have added a relatively simple filtering file to exclude certain words.
If you find it meaningful, you can modify the filtering conditions according to your needs.
I have already fixed many typos locally. With codespell, we can skip checking certain files or specific words based on our requirements.
It can help make this repository more standardized.
Additional context
No response
The text was updated successfully, but these errors were encountered: