mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 08:13:55 +00:00
ci: Exclude winpcap lib from header file check
This commit is contained in:
committed by
Paul Bartell
parent
a685e63049
commit
ce4c52c33f
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 = [
|
||||
|
||||
Reference in New Issue
Block a user