envoyproxy / envoyproxy/nighthawk

Investigate if we can avoid repetitive build target visibility declarations

Open
#502 0 comments 0 reactions 0 assignees View on GitHub
tech-debt
Dominant language
C++
Stars
414
Forks
95
Avg merge
2d 9h
Merged PRs (30d)
11

Description

In our `BUILD` files, in `envoy_cc_library`, we have lots of repetition with respect to declaring visibility of targets.
It would be nice if we could set this at the package level instead of declaring it in targets separately.

This came up in https://github.com/envoyproxy/nighthawk/pull/477/files/70502e1f2cea37b86edd180c54a66fea75843c17#r480474406

[1]
```
...
visibility = ["//visibility:public"],
...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.