Skip to content

Commit e014eb2

Browse files
zeyi2vbvictor
andauthored
Update llvm/utils/git/code-lint-helper.py
Co-authored-by: Baranov Victor <bar.victor.2002@gmail.com>
1 parent d5f45bb commit e014eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/git/code-lint-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def _clean_clang_tidy_output(self, output: str) -> str:
293293

294294
class Doc8LintHelper(LintHelper):
295295
name: Final = "doc8"
296-
friendly_name: Final = "documentation linter"
296+
friendly_name: Final = "RST documentation linter"
297297

298298
def instructions(self, files_to_lint: Iterable[str], args: LintArgs) -> str:
299299
return f"doc8 -q {' '.join(files_to_lint)}"

0 commit comments

Comments
 (0)