From a57f0b1ae300e4c7d844b0b9cd37822422836e5c Mon Sep 17 00:00:00 2001 From: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Date: Wed, 22 Jun 2022 23:05:17 -0700 Subject: [PATCH] Remove ThirdParty files from header check (#823) Signed-off-by: Gaurav Aggarwal --- .github/scripts/core_checker.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/core_checker.py b/.github/scripts/core_checker.py index b6062905b..22f4b46a4 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 = [