We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
sord
Is there a way to make sord beware of the types of this third party API?
The text was updated successfully, but these errors were encountered:
#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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: