pub fn format_result_to_string(
result: &LintResult,
filename: &str,
format: OutputFormat,
) -> StringExpand description
Format a lint result to a string using the specified output format.
pub fn format_result_to_string(
result: &LintResult,
filename: &str,
format: OutputFormat,
) -> StringFormat a lint result to a string using the specified output format.