mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 00:37:44 -04:00
Color printing + New checker message and emphasis (#492)
* Color printing + new message and emphasis * omit requirements.txt from checks
This commit is contained in:
parent
52c9756f21
commit
7bbf951c71
4 changed files with 44 additions and 8 deletions
3
.github/scripts/core_checker.py
vendored
3
.github/scripts/core_checker.py
vendored
|
@ -260,7 +260,8 @@ FREERTOS_IGNORED_PATTERNS = [
|
|||
|
||||
FREERTOS_IGNORED_FILES = [
|
||||
'fyi-another-way-to-ignore-file.txt',
|
||||
'mbedtls_config.h'
|
||||
'mbedtls_config.h',
|
||||
'requirements.txt'
|
||||
]
|
||||
|
||||
FREERTOS_HEADER = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue