Skip to main content

write_quickfix_file

Function write_quickfix_file 

Source
pub fn write_quickfix_file(
    issues: &[LintIssue],
    path: &Path,
) -> InteractiveResult<()>
Expand description

Write quickfix format to a file

§Arguments

  • issues - List of lint issues
  • path - Path to write the quickfix file

§Returns

  • Ok(()) on success
  • Err(String) on failure