sord icon indicating copy to clipboard operation
sord copied to clipboard

How to handle references to third party types?

Open thomthom opened this issue 3 years ago • 1 comments

I got a project that replies on a third party API. The types of the third party API is referenced all over in my YARD documentation.

At the moment I'm getting a lot of warnings emitted when I run sord due to these types.

Is there a way to make sord beware of the types of this third party API?

thomthom avatar Jul 28 '22 12:07 thomthom

#155 has now been merged, which might make this possible if you're using RBS, since it will now load types from the gem collection.

AaronC81 avatar Oct 06 '22 21:10 AaronC81