Documentation
¶
Overview ¶
Package linter implements sqio's SQL safety and style checks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct {
Line int `json:"line"`
Rule string `json:"rule"`
Severity string `json:"severity"`
Message string `json:"message"`
}
Issue describes one lint finding with enough metadata for text and structured output formats.
Click to show internal directories.
Click to hide internal directories.