pub fn run(config: &AuditConfig, root_override: Option<&Path>) -> Result<()>Expand description
Run the full audit with the given configuration.
Returns Ok(()) on success, calls std::process::exit(1) on issues found.
When the ontology feature is enabled and ontology_dir is provided,
instruction files are also scanned for [term:Name] annotations and
each term is verified against the ontology directory.