package
1.7.0
Repository: https://github.com/mgechev/revive.git
Documentation: pkg.go.dev

# Structs

Checkstyle is an implementation of the Formatter interface which formats the errors to Checkstyle-like format.
Default is an implementation of the Formatter interface which formats the errors to text.
Friendly is an implementation of the Formatter interface which formats the errors to JSON.
JSON is an implementation of the Formatter interface which formats the errors to JSON.
NDJSON is an implementation of the Formatter interface which formats the errors to NDJSON stream.
Plain is an implementation of the Formatter interface which formats the errors to JSON.
Sarif is an implementation of the Formatter interface which formats revive failures into SARIF format.
Stylish is an implementation of the Formatter interface which formats the errors to JSON.
Unix is an implementation of the Formatter interface which formats the errors to a simple line based error format main.go:24:9: [errorf] should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...).