Module formatter

Module formatter 

Source
Expand description

Output formatters for lint results.

Modules§

json
JSON formatter.
plain
Plain text formatter.
sarif
SARIF (Static Analysis Results Interchange Format) formatter.

Enums§

OutputFormat
Output format options.

Functions§

format_result
Format and print a lint result.
format_result_to_string
Format a lint result to a string.