Closed kleinpa closed 1 year ago
This will let me incorporate latex documentation in a pkg_tar() rule from a different directory.
pkg_tar()
This style of visibility pass-through is used throughout https://bazel.build/rules/macros.
visibility
Should we simply pass **kwargs instead, and remove the existing tags as well? I'm not too sure about what the correct approach is here. There's quite a few common attributes that should be allowed.
**kwargs
tags
Support for visibility was added in PR-87 .
Does that cover your needs @kleinpa? If so, perhaps we can close this PR?
This will let me incorporate latex documentation in a
pkg_tar()
rule from a different directory.This style of
visibility
pass-through is used throughout https://bazel.build/rules/macros.