-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
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
Directive to declare repository rules defined in macros #132
Comments
This directive should be written so that it affects import resolution for a specific language.
|
After #647, there is now a
It should be possible to override an actual repository with this rule. For example, if someone has a
And Gazelle would proceed as if that rule were declared as a |
Gazelle should understand directives in WORKSPACE that describe repositories declared using a mechanism other than
go_repository
(for example, alocal_repository
or anhttp_archive
or something declared inside a macro). The directive should tell Gazelle the name of the repository and it's prefix.Example:
The text was updated successfully, but these errors were encountered: