diff --git a/.github/scripts/core_checker.py b/.github/scripts/core_checker.py index b6062905b2..22f4b46a41 100755 --- a/.github/scripts/core_checker.py +++ b/.github/scripts/core_checker.py @@ -268,7 +268,8 @@ FREERTOS_IGNORED_PATTERNS = [ r'.*/trcConfig\.h.*', r'.*/trcConfig\.c.*', r'.*/trcSnapshotConfig\.h.*', - r'.*/MicroZed_hw_platform.*' + r'.*/MicroZed_hw_platform.*', + r'.*/ThirdParty/.*' ] FREERTOS_IGNORED_FILES = [