You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typically, every BUILD file in a bazel module is under the license defined at //:license. Since Bazel does not have inheritance from enclosing packages, we must usually add:
where //external/a and //external/b are git projects. They're also not necessarily repos like @a and @b, but //external/a and //external/b packages.
I think this shouldn't to be a bazel test. It could be like a buildifier-type standalone linter/static analyzer that fails loudly if some BUILD file doesn't have default_package_metadata set.
Typically, every BUILD file in a bazel module is under the license defined at
//:license
. Since Bazel does not have inheritance from enclosing packages, we must usually add:to every BUILD file. We should provide tools to help user maintain that invariant.
Initial thoughts:
bazel test
.@jin
The text was updated successfully, but these errors were encountered: