mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-18 22:33:36 +08:00
Aws only files spell check (#593)
* 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 <root@ip-172-31-5-28.us-west-2.compute.internal>
This commit is contained in:

committed by
GitHub

parent
e117bdcd17
commit
1bc759d413
3
.github/scripts/core_checker.py
vendored
3
.github/scripts/core_checker.py
vendored
@ -266,7 +266,8 @@ FREERTOS_IGNORED_FILES = [
|
||||
'run-cbmc-proofs.py',
|
||||
'.editorconfig',
|
||||
'lcovrc',
|
||||
'htif.c', 'htif.h'
|
||||
'htif.c', 'htif.h',
|
||||
'ethernetif.c'
|
||||
]
|
||||
|
||||
FREERTOS_HEADER = [
|
||||
|
Reference in New Issue
Block a user