View | Details | Raw Unified | Return to bug 34303
Collapse All | Expand All

(-)a/t/00-testcritic.t (-2 / +2 lines)
Lines 14-17 if ( $EVAL_ERROR ) { Link Here
14
}
14
}
15
15
16
Test::Perl::Critic->import( -profile => '.perlcriticrc');
16
Test::Perl::Critic->import( -profile => '.perlcriticrc');
17
all_critic_ok('.');
17
my @dirs = map { chomp; $_ } `git ls-tree -d --name-only master`;
18
all_critic_ok(@dirs) if @dirs;
18
- 

Return to bug 34303