Skip to main content

Module formatters

Module formatters 

Source
Expand description

Output formatter implementations

Re-exports§

pub use azure::AzureFormatter;
pub use concise::ConciseFormatter;
pub use github::GitHubFormatter;
pub use gitlab::GitLabFormatter;
pub use grouped::GroupedFormatter;
pub use json::JsonFormatter;
pub use json_lines::JsonLinesFormatter;
pub use junit::JunitFormatter;
pub use pylint::PylintFormatter;
pub use sarif::SarifFormatter;
pub use text::TextFormatter;

Modules§

azure
Azure Pipeline logging format
concise
Concise output formatter for easy parsing by editors
github
GitHub Actions annotation format
gitlab
GitLab Code Quality report format
grouped
Grouped output formatter that groups violations by file
json
JSON output formatter
json_lines
JSON Lines output formatter (one JSON object per line)
junit
JUnit XML output format
pylint
Pylint-compatible output formatter
sarif
SARIF 2.1.0 output format
text
Default text output formatter with colors and context