-
Notifications
You must be signed in to change notification settings - Fork 830
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
base: master
Are you sure you want to change the base?
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
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.
Otherwise looks good
@@ -722,125 +722,125 @@ | |||
<allocatable id="TMR0"> | |||
<isocket id="CountingClock" selection="Clock.tool_clock_pclkb" value="6.0E7"/> | |||
<option enabled="true" id="CountMode" selection="8bitMode"> | |||
<item id="8bitMode" input="" vlaue="0"/> | |||
<item id="16bitMode" input="" vlaue="0"/> | |||
<item id="8bitMode" input="" value="0"/> |
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.
Not sure you can/should fix these. This is a property for a code generation tool. Prefer you just add an exception for these files.
@@ -564,125 +564,125 @@ | |||
<allocatable id="TMR0"> | |||
<isocket id="CountingClock" selection="Clock.tool_clock_pclkb" value="3.0E7"/> | |||
<option enabled="true" id="CountMode" selection="8bitMode"> | |||
<item id="8bitMode" input="" vlaue="0"/> | |||
<item id="16bitMode" input="" vlaue="0"/> | |||
<item id="8bitMode" input="" value="0"/> |
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.
Not sure you can/should fix these. This is a property for a code generation tool. Prefer you just add an exception for these files.
Retest this please: PRB-known-configs.txt_70': FAIL: scripts/external |
Adding in a spell checker