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
refactor: use common_labels.bzl for labels used across files (#3263)
Cleanup after the PR introducing the common labels file.
Testing related labels (those starting with `//tests`) are left in
`tests/support/support.bzl`.
Only labels that are used in two or more files are moved into
common_labels. This avoids
obscuring otherwise simple assignments like defaults for attributes. It
also acts as a
signal that, if something is in common_labels.bzl, be ware it's used in
multiple places.
Only non-testing related labels (those not under `//tests`) are moved
into common_labels.
0 commit comments