Skip to content

Commit

Permalink
Accepting yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
kzangeli committed Sep 25, 2024
1 parent 657ca5e commit a7a497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_files_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7a497d

Please sign in to comment.