Function mit_commit_message_lints::mit::get_commit_coauthor_configuration[][src]

pub fn get_commit_coauthor_configuration(
    config: &mut dyn Vcs
) -> Result<Option<Vec<Author>>, VcsError>

Get the co-authors that are currently defined for this vcs config source

Errors

Will fail if reading or writing from the VCS config fails, or it contains data in an incorrect format