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]

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

Trait Implementations

impl Debug for CheckEndOfLine
[src]

Formats the value using the given formatter. Read more

impl Default for CheckEndOfLine
[src]

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

impl Clone for CheckEndOfLine
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CheckEndOfLine
[src]

impl ContentCheck for CheckEndOfLine
[src]

The name of the check.

Run the check.

Auto Trait Implementations