Disable label rewrite if shortenLabelsFlag is false (#359)

shortenLabelsFlas is being used in edit ShortenLabels function
but not used in rewrite ShortenLabels, which causes all the labels to be
shorten though this flag it is set to false.
2 files changed
tree: 1650ab872fd20fb78cf93e5383fab9f0cc6fc9cf
  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.