Skip to content

Commit d7c37c9

Browse files
scramsbyamathewc
authored andcommitted
[codemod] Fix clang-tidy command line doc comments (pytorch#149524)
Summary: Fixes the comments to match the latest updates to the checked-in tools. Search/replace applied in this order: * `# /fbsource/tools/lint/clangtidy/clang-tidy-platform010 -list-checks` -> `# ~/fbsource/tools/lint/clangtidy/clang-tidy-platform010-clang-17 -list-checks` * `# ~/fbsource/tools/lint/clangtidy/clang-tidy-platform010 -list-checks` -> `# ~/fbsource/tools/lint/clangtidy/clang-tidy-platform010-clang-17 -list-checks` * `fbsource/tools/lint/clangtidy/clang-tidy-platform010 -list-checks` -> `fbsource/tools/lint/clangtidy/clang-tidy-platform010-clang-17 -list-checks` Test Plan: CI Reviewed By: johnkearney Differential Revision: D71431516 Pull Request resolved: pytorch#149524 Approved by: https://github.com/janeyx99
1 parent f0a0622 commit d7c37c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/csrc/jit/runtime/static/.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE there must be no spaces before the '-', so put the comma after.
22
# When making changes, be sure to verify the output of the following command to ensure
33
# the desired checks are enabled (run from the directory containing a .clang-tidy file):
4-
# ~/fbsource/tools/lint/clangtidy/clang-tidy-platform010 -list-checks
4+
# ~/fbsource/tools/lint/clangtidy/clang-tidy-platform010-clang-17 -list-checks
55
# NOTE: Please don't disable inheritance from the parent to make sure that common checks get propagated.
66

77
# Remove noisy checks which are not necessary.

0 commit comments

Comments
 (0)