Struct git_checks::checks::CheckEndOfLine [] [src]

pub struct CheckEndOfLine;

Check for files which lack an end-of-line at the end of the file.

Methods

impl CheckEndOfLine
[src]

[src]

Create a new check to check for end-of-lines at the end of files.

Trait Implementations

impl Debug for CheckEndOfLine
[src]

[src]

Formats the value using the given formatter.

impl Default for CheckEndOfLine
[src]

[src]

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

impl Clone for CheckEndOfLine
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CheckEndOfLine
[src]

impl ContentCheck for CheckEndOfLine
[src]

[src]

The name of the check.

[src]

Run the check.