mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 00:37:44 -04:00
ci: Exclude winpcap lib from header file check
This commit is contained in:
parent
a685e63049
commit
ce4c52c33f
1 changed files with 2 additions and 1 deletions
3
.github/scripts/core_checker.py
vendored
3
.github/scripts/core_checker.py
vendored
|
@ -269,7 +269,8 @@ FREERTOS_IGNORED_PATTERNS = [
|
|||
r'.*/trcConfig\.c.*',
|
||||
r'.*/trcSnapshotConfig\.h.*',
|
||||
r'.*/MicroZed_hw_platform.*',
|
||||
r'.*/ThirdParty/.*'
|
||||
r'.*/ThirdParty/.*',
|
||||
r'FreeRTOS\-Plus/Demo/Common/WinPCap/.*'
|
||||
]
|
||||
|
||||
FREERTOS_IGNORED_FILES = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue