Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork130
Add CI workflow to check for commonly misspelled words#150
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
On every push, pull request, and periodically, use the codespell-project/actions-codespell action to check for commonlymisspelled words.In the event of a false positive, the problematic word should be added, in all lowercase, to the ignore-words-list fieldof ./.codespellrc. Regardless of the case of the word in the false positive, it must be in all lowercase in the ignorelist. The ignore list is comma-separated with no spaces.
codecov-commenter commentedMay 31, 2021
Codecov Report
@@ Coverage Diff @@## master #150 +/- ##======================================= Coverage 96.00% 96.00% ======================================= Files 13 13 Lines 827 827 ======================================= Hits 794 794 Misses 33 33
Continue to review full report at Codecov.
|
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.
Terrific! Thank you very much@per1234 🚀
On every push, pull request, and periodically, usethe
codespell-project/actions-codespell
action to check for commonly misspelled words.In the event of a false positive, the problematic word should be added, in all lowercase, to the
ignore-words-list
field of./.codespellrc
. Regardless of the case of the word in the false positive, it must be in all lowercase in the ignore list. The ignore list is comma-separated with no spaces.