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: