Expand description
Output formatters for lint results.
Modules§
- json
- JSON formatter.
- plain
- Plain text formatter.
- sarif
- SARIF (Static Analysis Results Interchange Format) formatter.
Enums§
- Output
Format - Output format options.
Functions§
- format_
result - Format and print a lint result.
- format_
result_ to_ string - Format a lint result to a string.