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
Also, we need to use --copt=-I to add the paths to the header files for local repositories despite the fact that these headers are already referenced in cc_library().
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Running the same command twice runs clang-tidy on all the files each time, which seems to indicate that the reports are not cached. Command used:
bazel build --config=clang-tidy //...
.bazelrc
Also, we need to use
--copt=-I
to add the paths to the header files for local repositories despite the fact that these headers are already referenced in cc_library().Thank you for your help.
The text was updated successfully, but these errors were encountered: