Function write_code_health_csv
pub fn write_code_health_csv<W: Write>(
rows: &[CodeHealthRow],
w: &mut W,
) -> Result<()>pub fn write_code_health_csv<W: Write>(
rows: &[CodeHealthRow],
w: &mut W,
) -> Result<()>