NAME
Git::Lint::Check::Message::SummaryEndingPeriod - check for no summary ending period
SYNOPSIS
my $plugin = Git::Lint::Check::Message::SummaryEndingPeriod->new();
my $input = $plugin->message( file => $filepath );
my @lines = @{$input};
my @issues = $plugin->check( \@lines );
DESCRIPTION
Git::Lint::Check::Message::SummaryEndingPeriod
is a Git::Lint::Check::Message
module which checks git commit message input to ensure the summary line doesn't end with a period.
METHODS
- check