gapic-generator-ruby icon indicating copy to clipboard operation
gapic-generator-ruby copied to clipboard

Spurious cross-reference YARD conversions happen when the target is in a gem dependency

Open dazuma opened this issue 2 years ago • 0 comments

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.)

dazuma avatar Sep 16 '22 02:09 dazuma