Skip to content

Commit

Permalink
Add whitelist file for starlark transitions
Browse files Browse the repository at this point in the history
Whitelist all the things!
  • Loading branch information
juliexxia authored Feb 25, 2019
1 parent 3dd18be commit f14d447
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/function_transition_whitelist/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Description:
# Package group restricting access to starlark-defined transitions, allowing for careful rollout as it is an experimental feature.

package_group(
name = "function_transition_whitelist",
packages = ["//..."],
)

filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools/whitelists:__pkg__"],
)

0 comments on commit f14d447

Please sign in to comment.