`steep check` displays `UnexpectedJump` for `retry` syntax with correct usage · Issue #293 · soutaro/steep
steep check displays UnexpectedJump for retry syntax even if the retry is used with correct usage. For example: # test.rb begin rescue retry end # Steepfile target :lib do check 'test.rb' end $ ste...