Sha256: 38060a9f826a6d996540b9cfbee33afa4a4aef0b5af0d6309c73e92a02571302
Contents?: true
Size: 471 Bytes
Versions: 32
Compression:
Stored size: 471 Bytes
Contents
Steep.logger.error "Diagnostic `Ruby::ElseOnExhaustiveCase` is deprecated. Use `Ruby::UnreachableBranch` instead." module Steep module Diagnostic module Ruby class ElseOnExhaustiveCase < Base attr_reader :type def initialize(node:, type:) super(node: node) @type = type end def header_line "The branch is unreachable because the condition is exhaustive" end end end end end
Version data entries
32 entries across 32 versions & 1 rubygems