pub(crate) fn scan_options_for_root( config_path: Option<&Path>, root: &Path, ) -> Result<ScanOptions, CliError>
Load scan options for a project root from ProjectAtlas config when present.
ProjectAtlas