Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONError ¶ added in v0.30.0
type JSONError struct { Summary string `json:"summary,omitempty"` Message string `json:"message"` Severity string `json:"severity"` Range *JSONRange `json:"range,omitempty"` // pointer so omitempty works }
JSONError is a temporary structure for converting errors to JSON.
type JSONIssue ¶ added in v0.30.0
type JSONIssue struct { Rule JSONRule `json:"rule"` Message string `json:"message"` Range JSONRange `json:"range"` Callers []JSONRange `json:"callers"` }
JSONIssue is a temporary structure for converting TFLint issues to JSON.
type JSONOutput ¶
JSONOutput is a temporary structure for converting to JSON.
Click to show internal directories.
Click to hide internal directories.