-
Notifications
You must be signed in to change notification settings - Fork 9
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
[FEAT]: Add CI workflow to check for commonly misspelled words #376
Conversation
It looks like the remaining errors reported by spellcheck are true positives. Excerpt from https://github.com/B-AROL-O/ARNEIS/actions/runs/7612599207/job/20730560239?pr=376
|
Mine only typo is "avalaible" all other are from @gmacario and @gteti . @gmacario is up to you fix the :
those are not typos, please check by yourself. |
Thanks @alv67 for your contribution.
AFAIK "Technic" is a correct word (and already whitelisted in toplevel
AFAIK the config file to be used is
OK, will have a look |
Everything should be fixed now. |
s/passoword/password/
s/passoword/password/
📑 Description
On every push, pull request, and periodically, use codespell to check for commonly misspelled words.
In the event of a false positive, the problematic word should be added, in all lowercase, to the field of . 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.
Based upon https://github.com/arduino/meta-partner-arduino/tree/main/.github/workflows
See arduino/meta-partner-arduino#26
✅ Checks
ℹ Additional Information