Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Disable clang-tidy for external dependencies (#3477)
When using CMake's FetchContent mechanism, the source code for those dependencies ends up in the `build/_deps/` directory, which was previously subject to analysis by clang-tidy, which can lead to errors rooted in external projects. This commit disables clang-tidy for that directory, resolving the issue. This commit comes from #3117. Co-authored-by: Fred <[email protected]>
- Loading branch information