pub fn run( contract_dir: &Path, src_root: &Path, repo_filter: Option<&str>, dry_run: bool, do_codegen: bool, do_fix: bool, json_output: bool, min_score: Option<f64>, ) -> Result<(), Box<dyn Error>>