We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
=
As part of working around an upstream project which is not "empty glob" clean, I run:
buildozer 'new_load @io_kythe//tool:build_rules/support.bzl glob=allow_empty_glob' ...
This use to work and add the load:
load("@io_kythe//tools:build_rules/support.bzl", glob="allow_empty_glob")
To the corresponding files. It now appears to entirely ignore the part before the = sign. This is a regression.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As part of working around an upstream project which is not "empty glob" clean, I run:
This use to work and add the load:
To the corresponding files. It now appears to entirely ignore the part before the
=
sign. This is a regression.The text was updated successfully, but these errors were encountered: