Open ghorn opened 2 years ago
This looks like a very nice possible improvement. I do not know if this is feasible or not. I'll not be able to spend time on this in the near future (probably), but I'd be happy to review/merge a related PR. Thanks for filing this ticket.
Currently I invoke this project as documented, with a command similar to
The downside to this is that I can't run it in parallel with my other tests. I have to do something like:
My goal is to be able to run
bazel test //...
and have the clang-tidy checks run. To do this I think we would need to add a new test rule toclang_tidy.bzl
which could be invoked like this:From the https://bazel.build/rules/aspects#advanced_example documentation, it seems possible to attach an aspect to a rule. Do you have any idea how difficult this would be, or how to approach it?