Function mit_commit_message_lints::relates::set_relates_to

source ·
pub fn set_relates_to(
    config: &mut dyn Vcs,
    relates: &RelateTo<'_>,
    expires_in: Duration,
) -> Result<()>
Expand description

§Errors

This errors if writing to the git mit file fails for some reason. Those reasons will be specific to VCS implementation