Skip to content

Commit

Permalink
lint: add log for each file
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 9, 2024
1 parent 29c3a60 commit 7cc2f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def lint(path: str):

if __name__ == '__main__':
for file in utils.get_files(config.host_vars_path):
print(f"Validating file: {file}", file=sys.stderr)
lint(file)

# Any entries that remain are incomplete
Expand Down

0 comments on commit 7cc2f62

Please sign in to comment.