Struct git_checks::checks::LfsPointer [] [src]

pub struct LfsPointer;

A check verifies that files meant to be under LFS control are valid LFS pointers.

Methods

impl LfsPointer
[src]

[src]

Create a check verifies that files meant to be under LFS control are valid LFS pointers.

This is based on the filter attribute for a file being set to lfs.

Trait Implementations

impl Debug for LfsPointer
[src]

[src]

Formats the value using the given formatter.

impl Default for LfsPointer
[src]

[src]

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

impl Clone for LfsPointer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LfsPointer
[src]

impl ContentCheck for LfsPointer
[src]

[src]

The name of the check.

[src]

Run the check.