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 {
Message string `json:"message"`
}
JSONError is a temporary structure for converting TFLint 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.