You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments