sord
sord copied to clipboard
How to handle references to third party types?
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?
#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.