AaronC81 / sord

Convert YARD docs to Sorbet RBI and Ruby 3/Steep RBS files
https://sord.aaronc.cc
MIT License
299 stars 18 forks source link

Support custom tags #158

Closed dorner closed 2 years ago

dorner commented 2 years ago

Currently, when using custom tags (like @override), sord reports an error every time it encounters it. This PR adds the --tags option, which allows passing custom tags into the sord command which will suppress these errors.

AaronC81 commented 2 years ago

Cheers! I didn't even know YARD had custom tags, but this is a great enhancement if you're using them.

Sorry it's taken me so long to look at your PRs, I started a new job recently so I've been focusing on that. Apologies!