struct

Crstlint::Issue

Inherits Struct < Value < Object

Represents a linting issue found in RST

Constructors

new(severity : Crstlint::Severity, message : String, file : Nil | String = nil, line : Int32 | Nil = nil, column : Int32 | Nil = nil, suggestion : Nil | String = nil)
Source

Instance methods

column
Source
column=(column : Int32 | Nil)
Source
file
Source
file=(file : String | Nil)
Source
line
Source
line=(line : Int32 | Nil)
Source
message
Source
message=(message : String)
Source
severity
Source
severity=(severity : Severity)
Source
suggestion
Source
suggestion=(suggestion : String | Nil)
Source
to_s(io : IO)

Same as #inspect(io).

Source