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 MODULE.bazel file to support Bzlmod #61

Closed Vertexwahn closed 3 months ago

Vertexwahn commented 3 months ago

This PR adds a MODULE.bazel file. This is needed for Bzlmod support of Bazel. In the long term, this will replace the WORKSPACE file. In the meantime, both files are needed.

erenon commented 3 months ago

Thanks!