Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add global option to disable running clang-tidy on headers
* Commit f43f9d6 added support to run clang-tidy on headers. After that commit, all headers will be checked by clang-tidy. * Commit f43f9d6 added a tag to make it possible to not run clang-tidy on specific libraries. * For projects that only want to run clang-tidy on source files, the only way to disable running clang-tidy on headers is to add the above mentioned tag to all libraries. For large projects this requires changing all BUILD files. This commit adds a global option instead to always disable running clang-tidy on headers.
- Loading branch information