Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SeverityBreachError ¶ added in v1.21.0
type SeverityBreachError struct {
// contains filtered or unexported fields
}
SeverityBreachError is returned when --severity threshold is breached. It signals main() to exit with code 1 without printing a redundant error message.
func (*SeverityBreachError) Error ¶ added in v1.21.0
func (e *SeverityBreachError) Error() string
Click to show internal directories.
Click to hide internal directories.