Skip to content

Commit

Permalink
C too
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Oct 2, 2023
1 parent 44bf4c2 commit 17249aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/s3-benchrunner-c/scripts/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

runner_dir = Path(__file__).parent.parent
files: list[str] = []
for pattern in ['*.cpp', '*.h']:
for pattern in ['*.cpp', '*.c', '*.h']:
for i in runner_dir.glob(pattern):
files.append(str(i))

Expand Down

0 comments on commit 17249aa

Please sign in to comment.