NAME
Git::Lint::Check::Message::BodyLineLength - check body line length
SYNOPSIS
my $plugin = Git::Lint::Check::Message::BodyLineLength->new();
my $input = $plugin->message( file => $filepath );
my @lines = @{$input};
my @issues = $plugin->check( \@lines );
DESCRIPTION
Git::Lint::Check::Message::BodyLineLength
is a Git::Lint::Check::Message
module which checks git commit message input to ensure each line of the body is 68 characters or less.
METHODS
- check