pub fn check_project_files( root: &Path, files: &[PathBuf], cfg: &Config, scheme: &str, report: bool, ) -> Result<(Vec<FileReport>, Vec<FileError>)>