Remove ThirdParty files from header check (#823)

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2022-06-22 23:05:17 -07:00 committed by GitHub
parent c472c08d3d
commit a57f0b1ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [