Update repo using latest gazelle. (#281)

* upgrade rule_go; run gazelle everywhere

* add go_proto_checkedin_test to deal with latest go_proto_library and run update_generated.sh to regenerate files

* format build_defs.bzl with buildifier -type bzl

* add buildifier_integration_test to tests suite

* revert x_defs for linkstamp until it works -- in a follow up PR.
31 files changed
tree: a7118345ff6fc841c93284869588871375e02bd8
  1. .bazelci/
  2. api_proto/
  3. build/
  4. build_proto/
  5. buildifier/
  6. buildifier2/
  7. buildozer/
  8. config/
  9. convertast/
  10. deps_proto/
  11. differ/
  12. edit/
  13. extra_actions_base_proto/
  14. file/
  15. generatetables/
  16. lang/
  17. tables/
  18. unused_deps/
  19. wspace/
  20. .gitignore
  21. BUILD.bazel
  22. CONTRIBUTING.md
  23. CONTRIBUTORS
  24. LICENSE
  25. README.md
  26. status.sh
  27. update_generated.sh
  28. WORKSPACE
README.md

Buildtools for bazel

This repository contains developer tools for working with Google's bazel buildtool.

Build status

Setup

See instructions in each tool's directory.