erenon / bazel_clang_tidy

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

Add target to be ignored when running clang-tidy #48

Closed johnor closed 8 months ago

johnor commented 8 months ago

I added a new library that will be ignored when running clang-tidy as suggested in #47. Is it ok to put it under example/? Or should I create a tests folder? I also noticed that CI is not running the clang-tidy config when building. If you want I can add a job for that also.

erenon commented 8 months ago

This is really nice, thanks! Any similar quality PRs are welcome.