We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order for my rule_runner to work (see issue #12), I have to manually add a visibility = ["//visibility:public"], attribute to all go_proto_link.
rule_runner
visibility = ["//visibility:public"],
It would be nice if the Gazelle plugin had the option to emit the visibility attribute.
I'd be happy to submit a pull request for this issue and #12 as well.
The text was updated successfully, but these errors were encountered:
Sorry I haven't really looked at this repo in a while. @idlebot if you feel like submitting a PR i would be happy to accept it
Sorry, something went wrong.
No branches or pull requests
In order for my
rule_runner
to work (see issue #12), I have to manually add avisibility = ["//visibility:public"],
attribute to all go_proto_link.It would be nice if the Gazelle plugin had the option to emit the visibility attribute.
I'd be happy to submit a pull request for this issue and #12 as well.
The text was updated successfully, but these errors were encountered: