pub fn validate_tasks_file(
ito_path: &Path,
change_id: &str,
strict: bool,
) -> CoreResult<Vec<ValidationIssue>>Expand description
Validate a change’s tasks.md file and return any issues found.
pub fn validate_tasks_file(
ito_path: &Path,
change_id: &str,
strict: bool,
) -> CoreResult<Vec<ValidationIssue>>Validate a change’s tasks.md file and return any issues found.