Skip to content
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

Merged
merged 23 commits into from
Nov 2, 2024
Merged

Add Codespell test to PRs #8043

merged 23 commits into from
Nov 2, 2024

Conversation

bandi13
Copy link
Contributor

@bandi13 bandi13 commented Oct 4, 2024

Adding in a spell checker

@bandi13 bandi13 self-assigned this Oct 4, 2024
@bandi13 bandi13 force-pushed the addCodespell branch 9 times, most recently from 3e9a8e1 to 4093930 Compare October 7, 2024 14:00
@bandi13 bandi13 assigned wolfSSL-Bot and unassigned bandi13 Oct 7, 2024
@bandi13 bandi13 requested a review from philljj October 7, 2024 15:04
Copy link
Contributor

@philljj philljj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpicky requests/suggestions:

  1. We should skip files that throw codespell utf-8 warnings: .csv, .der, any Japanese translation txt files, etc.

  2. Recommend merge squashing this to 1 commit.

  3. Should we restrict this to code comments only for now? E.g. start with small experimental introduction of automated codespell.

.github/workflows/coverity-scan-fixes.yml Outdated Show resolved Hide resolved
.github/workflows/codespell.yml Outdated Show resolved Hide resolved
@bandi13 bandi13 assigned bandi13 and unassigned wolfSSL-Bot Oct 8, 2024
@bandi13 bandi13 requested a review from philljj October 8, 2024 12:56
@bandi13 bandi13 assigned wolfSSL-Bot and unassigned bandi13 Oct 8, 2024
Copy link
Contributor

@douzzer douzzer left a 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!

@douzzer douzzer assigned bandi13 and unassigned wolfSSL-Bot Oct 8, 2024
@bandi13 bandi13 assigned wolfSSL-Bot and unassigned bandi13 Oct 9, 2024
@bandi13 bandi13 requested a review from douzzer October 9, 2024 01:07
@bandi13 bandi13 force-pushed the addCodespell branch 2 times, most recently from 9889ebe to 1e140a7 Compare October 21, 2024 19:18
@dgarske
Copy link
Contributor

dgarske commented Nov 1, 2024

Retest this please:

PRB-known-configs.txt_70': FAIL: scripts/external
wolfSSL error: tcp connect failed: Connection timed out

@bandi13 bandi13 removed their assignment Nov 1, 2024
Copy link
Contributor

@douzzer douzzer left a 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.

@douzzer douzzer merged commit 6119c52 into wolfSSL:master Nov 2, 2024
143 checks passed
@bandi13 bandi13 deleted the addCodespell branch November 4, 2024 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants