Open connorjsmith opened 11 months ago
How would I be able to pass an arbitrary command line param (specifically --load, to load a custom clang-tidy check)?
--load
Thanks in advance!
Try pass it through --copts. If that works, you can add it to your bazelrc (here: https://github.com/erenon/bazel_clang_tidy/blob/master/.bazelrc)
--copts
How would I be able to pass an arbitrary command line param (specifically
--load
, to load a custom clang-tidy check)?Thanks in advance!