-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Aws only files spell check #593
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
Merged
n9wxu
merged 16 commits into
FreeRTOS:main
from
AniruddhaKanhere:AWSOnlyFilesSpellCheck
May 13, 2021
Merged
Aws only files spell check #593
n9wxu
merged 16 commits into
FreeRTOS:main
from
AniruddhaKanhere:AWSOnlyFilesSpellCheck
May 13, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alfred2g
approved these changes
May 13, 2021
dan4thewin
approved these changes
May 13, 2021
alfred2g
pushed a commit
to alfred2g/FreeRTOS
that referenced
this pull request
May 27, 2021
* Added spell check * All words * Add a missing word * Fix header checks * Fix header checks v1 * Fix header check v2 * Updated freertos link in header * Fixed afr link in the header * Fix last of header checks * Update the spell check script to check amazon licensed files only * Fixed paths and added comments * Try with modified repo * Add inplace substitute option to sed * Use official repo as the spell checker source * Add vendor file to the ignored list Co-authored-by: root <[email protected]>
moninom1
added a commit
to moninom1/FreeRTOS
that referenced
this pull request
Apr 17, 2023
* DHCP.c changes and compilation fix * Update end point changes * Run uncrustify
Zangetsu112
pushed a commit
to Zangetsu112/FreeRTOS-evpp
that referenced
this pull request
Aug 18, 2025
* Added spell check * All words * Add a missing word * Fix header checks * Fix header checks v1 * Fix header check v2 * Updated freertos link in header * Fixed afr link in the header * Fix last of header checks * Update the spell check script to check amazon licensed files only * Fixed paths and added comments * Try with modified repo * Add inplace substitute option to sed * Use official repo as the spell checker source * Add vendor file to the ignored list Co-authored-by: root <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a spell checker to the repository. The spell check is run using Github actions.
There are a lot of files in the repository which do not fall under the purview of FreeRTOS developers and are forked/copied from some other (publically available) sources - thus, this PR adds a filter to check only the files which bear the Amazon copyright.
Other files are ignored.
Test Steps
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.