Function parse_codeowners_file

Source
pub fn parse_codeowners_file(
    file_path: &str,
) -> Result<(Vec<CodeOwnerRule>, Vec<InvalidLine>)>