-
Notifications
You must be signed in to change notification settings - Fork 835
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
Add Codespell test to PRs #8043
Conversation
3e9a8e1
to
4093930
Compare
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.
nitpicky requests/suggestions:
-
We should skip files that throw codespell utf-8 warnings:
.csv
,.der
, any Japanese translation txt files, etc. -
Recommend merge squashing this to 1 commit.
-
Should we restrict this to code comments only for now? E.g. start with small experimental introduction of automated codespell.
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.
alas we (I) merged a PR with a spelling error in it:
Error: ./wrapper/CSharp/wolfSSL_CSharp/wolfCrypt.cs:1633: Clenup ==> Cleanup
the sooner we get this PR merged, the better!
9889ebe
to
1e140a7
Compare
Retest this please: PRB-known-configs.txt_70': FAIL: scripts/external |
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.
Note, min version of codespell
for a clean run is 2.3.0. Before that, a bug made matching of lines in the --exclude-file
sensitive to linebreak flavor, e.g. CRLF would throw it off.
Adding in a spell checker