-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
Gazelle doesn't chroot proto_library references #1219
Comments
Actually, it's worse than I thought, it seems to be generating the e.g. in
|
FYI I'm using this in
... and running |
This looks like the same thing I hit here, but in terms of |
This got me past this: bazel run //:gazelle -- -proto=disable |
I'm going to leave this open, it's silly to create these bad references. |
Discussed offline. We decided to disable proto rule generation by default in vendor. Migrated to bazel-contrib/bazel-gazelle#77 |
Try to run Gazelle on this.
I am getting a bunch of errors that are tantamount to Gazelle not rewriting
//k8s.io/...
to//vendor/k8s.io/....
.The text was updated successfully, but these errors were encountered: