Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RDFDiagnostic ¶
type RDFDiagnostic struct { Message string `json:"message"` Severity RDFSeverity `json:"severity"` Location *RDFLocation `json:"location"` }
RDFDiagnostic is an diagnostic representation of Reviewdog Diagnostic Format.
refs. https://github.com/reviewdog/reviewdog/blob/master/proto/rdf/jsonschema/Diagnostic.jsonschema
type RDFLocation ¶
type RDFPosition ¶
type RDFRange ¶
type RDFRange struct { Start *RDFPosition `json:"start,omitempty"` End *RDFPosition `json:"end,omitempty"` }
type RDFSeverity ¶
type RDFSeverity int
const ( RDFSeverityUnknown RDFSeverity = iota RDFSeverityError RDFSeverityWarning RDFSeverityInfo )
Click to show internal directories.
Click to hide internal directories.