pub fn remediate_file( path: impl AsRef<Path>, options: &FixOptions, ) -> Result<FileFixReport, Error>
Remediates a single file on disk.
Returns io::Error on unreadable file or parse failures.
io::Error