From a7a497d6b30edcf0840b22b7b4fc906a3a1b08a4 Mon Sep 17 00:00:00 2001 From: Ken Zangelin Date: Wed, 25 Sep 2024 11:22:01 +0200 Subject: [PATCH] Accepting yaml files --- scripts/check_files_compliance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check_files_compliance.py b/scripts/check_files_compliance.py index 2d9ffcdff2..c2ac4e1c80 100755 --- a/scripts/check_files_compliance.py +++ b/scripts/check_files_compliance.py @@ -131,7 +131,7 @@ def ignore(root, file): if 'BUILD_' in root or '.git' in root: return True - if file.endswith('.yaml'): + if file.endswith('.yaml') or file.endswith('.hpp') or file.endswith('.cxx') or file.endswith('.ipp'): return True if 'ldcontext' in root: