gapic-generator-ruby
gapic-generator-ruby copied to clipboard
Spurious cross-reference YARD conversions happen when the target is in a gem dependency
This appears in google-cloud-firestore-admin-v1/proto_docs/google/firestore/admin/v1/location.rb
It is currently converting [google.cloud.location.Location.metadata][google.cloud.location.Location.metadata]
to {::Google::Cloud::Location::Location#metadata google.cloud.location.Location.metadata}
, but the class is defined in a dependency (google-cloud-location); hence YARD tests fail. (We are currently working around this with custom owlbot scripts.)