utils/health: separate Clang Tidy tests for C & C++

This commit is contained in:
mj-xmr
2021-07-27 11:17:27 +02:00
parent de3456e127
commit 7caab8dd74
4 changed files with 85 additions and 10 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ On the first run, the script will complain about the missing ClangBuildAnalyzer
## clang-tidy
`utils/health/clang-tidy-run.sh`
`utils/health/clang-tidy-run-cc.sh`
`utils/health/clang-tidy-run-cpp.sh`
Performs Lint checks on the source code and stores the result in the build directory. More information on the [home page](https://clang.llvm.org/extra/clang-tidy/).
## include-what-you-use