Struct git_checks::checks::ReleaseBranch[][src]

pub struct ReleaseBranch { /* fields omitted */ }

A check which checks for release branch eligibility.

Methods

impl ReleaseBranch
[src]

Create a check which checks that a branch is eligible for a release branch.

By default, it only messages that a branch is eligible.

Important traits for &'a mut R

Set whether the eligibility is required.

Use this for release branches to check that they do not bring in unwanted history.

Trait Implementations

impl Debug for ReleaseBranch
[src]

Formats the value using the given formatter. Read more

impl BranchCheck for ReleaseBranch
[src]

The name of the check.

Run the check.

Auto Trait Implementations