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

Default sigil should be strict rather than strong #131

Open AaronC81 opened 3 years ago

AaronC81 commented 3 years ago

The default sigil generated by Sord is currently strong, which doesn't make too much sense given that Sord can generated types containing T.untyped which many sets of options.

strict would be a more sensible default, since all methods will have sigs, even if they might use T.untyped.