Skip to content

Commit 455105f

Browse files
authored
[clang-tidy] Improve --verify-config documentation (#148699)
Previously it wasn't clear that passing this disables otherwise running clang-tidy.
1 parent de31584 commit 455105f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ This option overrides the 'UseColor' option in
328328

329329
static cl::opt<bool> VerifyConfig("verify-config", desc(R"(
330330
Check the config files to ensure each check and
331-
option is recognized.
331+
option is recognized without running any checks.
332332
)"),
333333
cl::init(false), cl::cat(ClangTidyCategory));
334334

0 commit comments

Comments
 (0)