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

(-)a/t/00-testcritic.t (-3 / +3 lines)
Lines 13-17 if ( $EVAL_ERROR ) { Link Here
13
    plan( skip_all => $msg );
13
    plan( skip_all => $msg );
14
}
14
}
15
15
16
Test::Perl::Critic->import( -profile => '.perlcriticrc');
16
Test::Perl::Critic->import( -profile => '.perlcriticrc' );
17
all_critic_ok('.');
17
my @files = map { chomp; $_ } `git ls-tree -r master --name-only`;    # only files part of git
18
all_critic_ok(@files);
18
- 

Return to bug 34303