Skip to content

Commit 27487ed

Browse files
committed
fixup! ci: add clang_tidy to the CI
1 parent b6ed223 commit 27487ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SilKit/ci/silkit_clang_tidy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def run_clang_tidy(source_file: Path, outdir: Path):
4949
capture_output=True, encoding='utf-8')
5050

5151
if clang_tidy.stdout != "" and "ThirdParty" not in clang_tidy.stdout:
52-
print(f"{source_file}:\n{clang_tidy.stdout}", flush=True)
52+
warn(f"{source_file}:\n{clang_tidy.stdout}", flush=True)
5353

5454

5555
def main():

0 commit comments

Comments
 (0)