| #
4558e45e |
| 26-Jun-2024 |
Congcong Cai <congcongcai0907@163.com> |
[clang-tidy] add option to avoid "no checks enabled" error (#96122)
When clang-tidy get an empty checks, it will throw "no checks enabled" error and exit with non-zero return value. It make clang-ti
[clang-tidy] add option to avoid "no checks enabled" error (#96122)
When clang-tidy get an empty checks, it will throw "no checks enabled" error and exit with non-zero return value. It make clang-tidy's wrapper program confused when in big project some files don't want to be checked and use `-checks=-*` to disable all checks.
---------
Co-authored-by: Danny Mösch <danny.moesch@icloud.com>
show more ...
|