Hi bazel-devI was wondering, are there any plans to release a formatter for BUILD files? For instance, something which would sort/dedupe labels in lists and maybe fix indentation seems like it would be pretty useful.In general, I could see varying degrees of sophistication of tools for BUILD file manipulation being useful (e.g., something that would automatically remove unused dependencies in rules).I couldn't really find anything of the sort on the roadmap though, does anybody have more details?CheersDino
We have a formatter that we have been using internally that we are planning to open-source, but it was contingent on Go support. Now that we have released an initial version of the Go rules, is there an update on when we can open-source the formatting tool?
--
You received this message because you are subscribed to the Google Groups "bazel-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/CAP7rZ4Qb9mu0qrFw7C8kTAZxNB8z1%3DZkGmiaJoTdysbqFaKTNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Everything is there we just need someone to take the task.
You received this message because you are subscribed to the Google Groups "bazel-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-dev+...@googlegroups.com.
To post to this group, send email to baze...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-dev/CAHb-%3DN%2BZSFJcUXdKdAd0h2Gy7b05Az1CcYB2JrBWoxyP3YnWNQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-discuss/CAP7rZ4QLqeSQmCF-Z9bk4TZM5n4xcCgNxCgt1f%2B5oQZGoKrT8Q%40mail.gmail.com.
Is there an ETA on buildifier? It would help format our project https://nomulus.foo
Buildifier has already been open-sourced and is available here: https://github.com/bazelbuild/buildifier