Function mit_commit_message_lints::relates::vcs::get_relate_to_configuration[][src]

pub fn get_relate_to_configuration(
    config: &mut dyn Vcs
) -> Result<Option<RelateTo>, Error>
Expand description

Get the relate-to 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