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
proto_cc_library
proto_library
Gazelle extension generates cyclic dependencies in the following conditions:
Folder structure:
file1.proto file2.proto BUILD.bazel
file1.proto and file2.proto belongs to a same package, and one imports another one.
file1.proto
file2.proto
In generated rules proto_cc_library will try to import itself.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Gazelle extension generates cyclic dependencies in the following conditions:
Folder structure:
file1.proto
andfile2.proto
belongs to a same package, and one imports another one.In generated rules
proto_cc_library
will try to import itself.The text was updated successfully, but these errors were encountered: