pub fn validate_directory(
repo_path: &Path,
rules: &[CodeOwnerRule],
) -> Result<Vec<CodeOwnerRule>, Box<dyn Error>>
pub fn validate_directory(
repo_path: &Path,
rules: &[CodeOwnerRule],
) -> Result<Vec<CodeOwnerRule>, Box<dyn Error>>