Struct git_checks::checks::RejectConflictPaths [] [src]

pub struct RejectConflictPaths;

A check which denies paths which look like merge conflict resolution paths.

Sometimes after a merge, the files written to assist in resolving the conflict will be added accidentally.

Methods

impl RejectConflictPaths
[src]

[src]

Create a new check to reject merge conflict resolution paths.

Trait Implementations

impl Debug for RejectConflictPaths
[src]

[src]

Formats the value using the given formatter.

impl Default for RejectConflictPaths
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for RejectConflictPaths
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RejectConflictPaths
[src]

impl ContentCheck for RejectConflictPaths
[src]

[src]

The name of the check.

[src]

Run the check.