Skip to content

Commit 4116bae

Browse files
committed
fix linter name
1 parent fd7c03b commit 4116bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ def format_run(self, changed_files: List[str], args: FormatArgs) -> Optional[str
467467

468468

469469
class DumpASTMatchersHelper(FormatHelper):
470-
name = "dump_ast_matchers"
470+
name = "dump_ast_matchers.py"
471471
friendly_name = "AST matchers documentation"
472472

473473
output_html = "clang/docs/LibASTMatchersReference.html"

0 commit comments

Comments
 (0)