steep
steep copied to clipboard
`D::Ruby.strict` is too lenient?
https://github.com/soutaro/steep/blob/0673d88395fb0ea380463fef1aed568dfb077a60/lib/steep/diagnostic/ruby.rb#L728-L753
The current D::Ruby.strict config is more lenient than D::Ruby.default and looks almost identical to the D::Ruby.lenient config. (The only difference is in the UnexpectedJump config.)
Is this intentional?