clang-tidy-review icon indicating copy to clipboard operation
clang-tidy-review copied to clipboard

Unable to use --config_file= with clang-tidy-11 and lower

Open FlorianReimold opened this issue 2 years ago • 0 comments

It's about this line: https://github.com/ZedThree/clang-tidy-review/blob/f8e03413f77a06b68b4825999de3b4f9a41b82df/review.py#L528

The --config-file option exists since clang-tidy-12. Therefore older versions will fail and report that there were no issues at all (because I removed the raise in the error case 😉)

FlorianReimold avatar May 23 '22 07:05 FlorianReimold