MobileNativeFoundation / MobileNativeFoundation/rules_xcodeproj
Address Bazel Starlark lint warnings about module visibility
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 626
- Forks
- 124
- PR merge metrics
- No merged PRs in 30d
Description
There are a number of # buildifier: disable=bzl-visibility directives sprinkled throughout the codebase. The primary issue is that by convention code under private or internal directories should not be accessible in other parts of the codebase. We should discuss how we want visibility to work in the repository and then update the code so that these directives can be removed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository-wide # buildifier: disable=bzl-visibility directives and the conventions for private and internal directories. The issue requires first deciding how visibility should work, then updating the affected code so those directives can be removed; no specific files or tests are named.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100