Sha256: 321bd5451944ae089572ae55c460888c1cd4352671e1c6c13dd5c2e835994edd
Contents?: true
Size: 1.09 KB
Versions: 38
Compression:
Stored size: 1.09 KB
Contents
--- - file: a.rb diagnostics: - range: start: line: 7 character: 4 end: line: 7 character: 10 severity: ERROR message: Type `(::Integer | ::String)` does not have method `foobar` code: Ruby::NoMethod - range: start: line: 12 character: 4 end: line: 12 character: 10 severity: ERROR message: Type `(::Integer | ::String | ::Symbol)` does not have method `foobar` code: Ruby::NoMethod - range: start: line: 17 character: 4 end: line: 17 character: 10 severity: ERROR message: Type `1` does not have method `foobar` code: Ruby::NoMethod - range: start: line: 23 character: 2 end: line: 23 character: 7 severity: ERROR message: |- Type annotation about `x` is incompatible since ::Integer <: ::String doesn't hold ::Integer <: ::String ::Numeric <: ::String ::Object <: ::String ::BasicObject <: ::String code: Ruby::IncompatibleAnnotation
Version data entries
38 entries across 38 versions & 1 rubygems