Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix spell check false positive by ignoring word#235

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

Merged
per1234 merged 1 commit intoarduino:masterfromper1234:fix-spellcheck
May 29, 2024
Merged

Fix spell check false positive by ignoring word#235

per1234 merged 1 commit intoarduino:masterfromper1234:fix-spellcheck
May 29, 2024

Conversation

per1234
Copy link
Collaborator

Thecodespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project.

The misspelled words dictionary was expanded in thelatest release of codespell. Some of the text in the project codebase happens to match against newly added entries, which causedcodespell to produce a false misspelled word detection:

https://github.com/arduino/ArduinoCore-API/actions/runs/9265748213

spellcheck: api/Common.h#L111
shiftIn ==> shifting, shift in

Since the code that produced the detection is correct and intended, the false positive is resolved byconfiguringcodespell to ignore the problematic word.

The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project.The misspelled words dictionary was expanded in the latest release of codespell. Some of the text in the projectcodebase happens to match against newly added entries, which caused codespell to produce a false misspelled worddetection.Since the code that produced the detection is correct and intended, the false positive is resolved by configuringcodespell to ignore the problematic word.
@per1234per1234 added the bug labelMay 29, 2024
@per1234per1234 self-assigned thisMay 29, 2024
@per1234per1234 merged commit4df98f4 intoarduino:masterMay 29, 2024
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees

@per1234per1234

Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@per1234

[8]ページ先頭

©2009-2025 Movatter.jp