sipb / homeworld

Cluster management system for the SIPB Hyades project
MIT License
21 stars 19 forks source link

Start using bazel buildifier to format and lint bazel code #484

Closed celskeggs closed 4 years ago

celskeggs commented 4 years ago

The official bazel buildifier tool would be very useful for ensuring that our bazel files are formatted in a consistent way.

We should use this to reformat all of our bazel code, and then set up our CI so that it automatically enforces the checks before we can merge a PR.