Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CONTEXT prints an alert with its surrounding text. CONTEXT = iota // VERBOSE prints an alert with its Message, Level, and Check. VERBOSE )
Variables ¶
This section is empty.
Functions ¶
func PrintJSONAlerts ¶ added in v0.3.1
PrintJSONAlerts prints Alerts in map[file.path][]Alert form.
func PrintLineAlerts ¶
PrintLineAlerts prints Alerts in <path>:<line>:<col>:<check>:<message> format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.