[PATCH] D120385: [clang-tidy][run-clang-tidy.py] Mutual exclusion of -config and -config-file

Eugene Zelenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 21:47:21 PST 2022


Eugene.Zelenko added inline comments.


================
Comment at: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py:239
                       help='Specify the path of .clang-tidy or custom config'
-                      'file: e.g. -config-file=/some/path/myTidyConfigFile'
+                      ' file: e.g. -config-file=/some/path/myTidyConfigFile'
                       'This option internally works exactly the same way as'
----------------
In other options spaces are place at the end of string. Please also add missing spaces.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120385/new/

https://reviews.llvm.org/D120385



More information about the llvm-commits mailing list