Struct git_checks::checks::CheckWhitespace[][src]

pub struct CheckWhitespace;

Checks for bad whitespace using Git's built-in checks. This is attribute-driven, so any gitattributes(5) files may be used to suppress spirious errors from this check.

Methods

impl CheckWhitespace
[src]

Create a new check to check whitespace.

Trait Implementations

impl Debug for CheckWhitespace
[src]

Formats the value using the given formatter. Read more

impl Default for CheckWhitespace
[src]

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

impl Clone for CheckWhitespace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CheckWhitespace
[src]

impl Check for CheckWhitespace
[src]

The name of the check.

Run the check.

impl TopicCheck for CheckWhitespace
[src]

The name of the check.

Run the check.

Auto Trait Implementations