Open
Description
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:
$ bazel build //some:path --config=clang-tidy
...
Aspect @@bazel_clang_tidy+//clang_tidy:clang_tidy.bzl%clang_tidy_aspect of //some:path up-to-date:
bazel-bin/some/bazel_clang_tidy_arch/path.cpp.some.clang-tidy.yaml
...
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?
Metadata
Metadata
Assignees
Labels
No labels