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 1fb6126 commit 657ca5e
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'):
return True

if 'ldcontext' in root:
Expand Down

0 comments on commit 657ca5e

Please sign in to comment.