diff --git a/scripts/clang_tidy_report.py b/scripts/clang_tidy_report.py index 9a98ed56..941e024c 100755 --- a/scripts/clang_tidy_report.py +++ b/scripts/clang_tidy_report.py @@ -27,7 +27,7 @@ def run(base_commit, ignore_config, step: Optional[Step], report: Optional[Report]): - """Apply clang-format and return if no issues were found.""" + """Apply clang-tidy and return if no issues were found.""" if report is None: report = Report() # For debugging. if step is None: