Function repos_slash_codeowners_errors

Source
pub async fn repos_slash_codeowners_errors(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    ref: Option<&str>,
) -> Result<CodeownersErrors, Error<ReposSlashCodeownersErrorsError>>
Expand description

List any syntax errors that are detected in the CODEOWNERS file. For more information about the correct CODEOWNERS syntax, see "About code owners."