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
I swear I had this working where following the readme, I could simply build with the addition of --config=clang-tidy and the errors found would be printed to the terminal. But today I'm only seeing:
And path.cpp.some.clang-tidy.yaml looks like machine parseable list of diagnostics from clang-tidy. How come they didn't print to my terminal? I tried bisecting back to when I first introduced bazel_clang_tidy to our codebase, but I still don't see output to terminal. I swear I used to. How do I go about debugging what might have changed in my environment?
The text was updated successfully, but these errors were encountered:
Perhaps I'm misunderstanding the workflow, if I have a clang-diagnostic-error (from indirect header includes), then I see the error and other warnings as expected. Without any errors (from clang-diagnostic-error), I don't see any warnings...what?!
My code compiles fine, I don't understand why bazel_clang_tidy seems to be testing my headers standalone.
I swear I had this working where following the readme, I could simply build with the addition of
--config=clang-tidy
and the errors found would be printed to the terminal. But today I'm only seeing:And path.cpp.some.clang-tidy.yaml looks like machine parseable list of diagnostics from clang-tidy. How come they didn't print to my terminal? I tried bisecting back to when I first introduced bazel_clang_tidy to our codebase, but I still don't see output to terminal. I swear I used to. How do I go about debugging what might have changed in my environment?
The text was updated successfully, but these errors were encountered: