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

pub struct AllowRobot { /* fields omitted */ }

A check to allow robots to skip all checks.

Methods

impl AllowRobot
[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]

Formats the value using the given formatter. Read more

impl BranchCheck for AllowRobot
[src]

The name of the check.

Run the check.

Auto Trait Implementations

impl Send for AllowRobot

impl Sync for AllowRobot