Struct git_checks::checks::BadCommits[][src]

pub struct BadCommits { /* fields omitted */ }

Check for commits which should not be in the history.

Methods

impl BadCommits
[src]

Create a new check which checks for and denies branches with the given bad commits.

Trait Implementations

impl Debug for BadCommits
[src]

Formats the value using the given formatter. Read more

impl Check for BadCommits
[src]

The name of the check.

Run the check.

Auto Trait Implementations

impl Send for BadCommits

impl Sync for BadCommits