You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, rules_buf only uses gazelle via the @go_repository_tools repo to generate the proto_library rules. It would be nice if we could also use the repository gazelle to also generate all the language rules too.
I'm not sure the best way to accomplish this, but it would be fine it was a post-step after running update-repos, as long as it was automatic...
The text was updated successfully, but these errors were encountered:
I don't really have an opinion on where this happens. I'd just like the protos imported via buf to have language specific rules automatically instead me having to manually define them.
Apparently, this is possible using stackb_rules_proto. I think if we substitute the gazelle used there with the one in the stackb repo, we could generate all the language specific rules that it supports.
Currently, rules_buf only uses gazelle via the
@go_repository_tools
repo to generate theproto_library
rules. It would be nice if we could also use the repository gazelle to also generate all the language rules too.I'm not sure the best way to accomplish this, but it would be fine it was a post-step after running update-repos, as long as it was automatic...
The text was updated successfully, but these errors were encountered: