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
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. Co-authored-by: Stephen Nicholas Swatman <[email protected]>
- Loading branch information