Struct git_checks::checks::InvalidPaths [] [src]

pub struct InvalidPaths { /* fields omitted */ }

A check which denies commits which adds files containing special characters in their paths.

Methods

impl InvalidPaths
[src]

[src]

Create a check which rejects paths which contain invalid characters.

In addition to whitespace and non-ASCII characters, the characters given here are also disallowed.

Trait Implementations

impl Debug for InvalidPaths
[src]

[src]

Formats the value using the given formatter.

impl Default for InvalidPaths
[src]

[src]

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

impl ContentCheck for InvalidPaths
[src]

[src]

The name of the check.

[src]

Run the check.