Skip to main content

validate_change

Function validate_change 

Source
pub fn validate_change(
    change_repo: &(impl DomainChangeRepository + ?Sized),
    ito_path: &Path,
    change_id: &str,
    strict: bool,
) -> CoreResult<ValidationReport>
Expand description

Validate a change’s delta specs by change id.