erenon / bazel_clang_tidy

Run clang-tidy on Bazel C++ targets directly, efficiently, with caching enabled
MIT License
96 stars 51 forks source link

Allow external clang-tidy configs #36

Closed oliverlee closed 1 year ago

oliverlee commented 1 year ago

In the clang-tidy wrapper script, create a symlink in the current working directory to the provided clang-tidy config if not already present.

oliverlee commented 1 year ago

I ran buildifier which changed formatting in unrelated files.

erenon commented 1 year ago

thanks!