Sign in
bazel
/
bazel
/
dcfefd9f894b0162da3781a5eeb4747dd75ffa29
/
.
/
tools
/
allowlists
/
extend_rule_allowlist
/
BUILD
blob: 2c6eb3a2e93ff8d11f5b731dee9036235049859a [
file
] [
log
] [
blame
]
# Description:
# Package group restricting access to extended rules, allowing
# for careful rollout as it is an experimental feature.
filegroup
(
name
=
"srcs"
,
srcs
=
glob
([
"**"
]),
visibility
=
[
"//tools/allowlists:__pkg__"
],
)