Spurious cross-reference YARD conversions happen when the target is in a gem dependency #824
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
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.)The text was updated successfully, but these errors were encountered: