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]

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]

Formats the value using the given formatter. Read more

impl Default for LfsPointer
[src]

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

impl Clone for LfsPointer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LfsPointer
[src]

impl ContentCheck for LfsPointer
[src]

The name of the check.

Run the check.

Auto Trait Implementations

impl Send for LfsPointer

impl Sync for LfsPointer