Struct git_checks::checks::AllowRobot [] [src]

pub struct AllowRobot { /* fields omitted */ }

A check to allow robots to skip all checks.

Methods

impl AllowRobot
[src]

[src]

Create a new check to allow robots to skip checks.

Any actions performed by the identity are waved through and all other checks are ignored.

Trait Implementations

impl Debug for AllowRobot
[src]

[src]

Formats the value using the given formatter.

impl BranchCheck for AllowRobot
[src]

[src]

The name of the check.

[src]

Run the check.